mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Stumps no longer give a reattachment moodlet to mobs (#96111)
## About The Pull Request Closes #95933 ## Changelog 🆑 fix: Stumps no longer give a reattachment moodlet to mobs /🆑
This commit is contained in:
@@ -309,7 +309,7 @@
|
||||
LAZYREMOVE(wounds, wound)
|
||||
wound.apply_wound(src, TRUE, wound_source = wound.wound_source)
|
||||
|
||||
if(new_limb_owner.mob_mood?.has_mood_of_category("dismembered_[body_zone]"))
|
||||
if(new_limb_owner.mob_mood?.has_mood_of_category("dismembered_[body_zone]") && !(bodypart_flags & BODYPART_STUMP))
|
||||
new_limb_owner.clear_mood_event("dismembered_[body_zone]")
|
||||
new_limb_owner.add_mood_event("phantom_pain_[body_zone]", /datum/mood_event/reattachment, src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user