Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field effect for cutting grass is missing setfieldeffectargument #5766

Closed
Kasenn opened this issue Dec 4, 2024 · 0 comments · Fixed by #5952
Closed

Field effect for cutting grass is missing setfieldeffectargument #5766

Kasenn opened this issue Dec 4, 2024 · 0 comments · Fixed by #5952
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet

Comments

@Kasenn
Copy link

Kasenn commented Dec 4, 2024

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant