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 Infinite Recursion in Hugger Custom Rebound #3730

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

fira
Copy link
Member

@fira fira commented Jun 26, 2023

About the pull request

hugger egg trigger
-> /obj/effect/alien/egg/proc/release_hugger
-> /obj/item/clothing/mask/facehugger/proc/leap_at_nearest_target
-> throw_atom
-> collide against crusher in the way    <<-------------------------
-> launch_impact                                                    |
-> hugger custom mob_launch_collision                               |
-> step away                                                        |
-> launch_impact didn't have time to reset throw yet                |
-> collides with something as throw again --------------------------

Testing Photographs and Procedure

Untested

Changelog

🆑
fix: Fixed a MC crash related to NPC huggers rebounding logic.
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Jun 26, 2023
@morrowwolf morrowwolf added this pull request to the merge queue Jun 28, 2023
Merged via the queue into cmss13-devs:master with commit 108751c Jun 28, 2023
github-actions bot added a commit that referenced this pull request Jun 28, 2023
cm13-github added a commit that referenced this pull request Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants