Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request Fixes #5765. This was caused by me in #5542 deleting a couple of lines from `/mob/living/carbon/xenomorph/proc/recalculate_tackle()`, when I should have only removed the `mutators`/`hive.mutators` part. ![image](https://github.com/cmss13-devs/cmss13/assets/57483089/b54a3e03-03cd-49a3-a093-ab0765059a7b) # Explain why it's good for the game Whoops # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> `tacklestrength_min` and `tacklestrength_max` are being applied correctly: ![image](https://github.com/cmss13-devs/cmss13/assets/57483089/8404ddf3-17e0-42a5-a3cf-91a85beb1e50) </details> # Changelog :cl: fix: Fixed Xenomorphs not having their caste's tackle duration values applied to them. /:cl:
- Loading branch information