You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field effect for cutting grass is not behaving consistently. This is due to the gFieldEffectArguments[3] not getting set properly, which is then checked in Task_DoFieldMove_Init. The other field moves have an associated script that does
isfollowerfieldmoveuser VAR_0x8004
setfieldeffectargument 3, VAR_0x8004 @ skip pose if true
but as the field move cut grass doesn't have an associated event script, it's also missing this check
Version
1.10.0 (Latest release)
Upcoming/master Version
No response
Discord contact info
No response
The text was updated successfully, but these errors were encountered:
Description
The field effect for cutting grass is not behaving consistently. This is due to the
gFieldEffectArguments[3]
not getting set properly, which is then checked inTask_DoFieldMove_Init
. The other field moves have an associated script that doesbut as the field move cut grass doesn't have an associated event script, it's also missing this check
Version
1.10.0 (Latest release)
Upcoming/master Version
No response
Discord contact info
No response
The text was updated successfully, but these errors were encountered: