Eh I didn't think this was worthy of being called a release so I posted it here.
If a moderator thinks its a release then they can move it.
Go to character.cs and search for
Replace that with:
Done.
If a moderator thinks its a release then they can move it.
Go to character.cs and search for
Code:
if (Action == 250)
Code:
if (Action == 250 && !StatEff.Contains(StatusEffectEn.Fly))