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:
SmArtKar
2026-05-18 08:46:40 +02:00
committed by GitHub
parent 003102864d
commit 964c1b53f9
@@ -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)