mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Fixes monkey transformation instantly killing a person (#26584)
🆑 coiax fix: You no longer die when turning into a monkey. /🆑
This commit is contained in:
@@ -78,7 +78,9 @@
|
||||
|
||||
/obj/item/organ/Destroy()
|
||||
if(owner)
|
||||
Remove(owner)
|
||||
// The special flag is important, because otherwise mobs can die
|
||||
// while undergoing transformation into different mobs.
|
||||
Remove(owner, special=TRUE)
|
||||
return ..()
|
||||
|
||||
/obj/item/organ/attack(mob/living/carbon/M, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user