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

Fix cleaning stickers off the floor runtiming #3423

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

Absolucy
Copy link
Member

@Absolucy Absolucy commented Sep 16, 2024

About The Pull Request

so it turns out turf.drop_location() tries to return the turf's area - when it should be returning the turf itself, as that's the usual result of drop_location() anyways

this resulted in a runtime when cleaning stickers on the floor - as area.drop_location() runtimes, returning null, and it'd try to forceMove the sticker to nullspace as a result.

Changelog

🆑
fix: Cleaning stickers off the floor now properly drops the sticker instead of runtiming and permanently sending it to nullspace.
/:cl:

@Absolucy Absolucy merged commit 9f078f6 into Monkestation:master Sep 16, 2024
24 checks passed
@Absolucy Absolucy deleted the stickerfix branch September 16, 2024 18:12
github-actions bot added a commit that referenced this pull request Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant