fix more duplicate procs (#30232)

* fix more duplicate procs

* gah
This commit is contained in:
warriorstar-orion
2025-08-26 01:51:17 +00:00
committed by GitHub
parent cc9dfdc59c
commit e3c177e27b
12 changed files with 27 additions and 47 deletions
@@ -28,6 +28,9 @@
set_stat(DEAD) //Temporarily set to dead for icon updates
regenerate_icons()
set_stat(CONSCIOUS)
if(holding_organ)
eject_organ()
underlays.Cut()
return ..(gibbed)
@@ -117,12 +117,6 @@
Target = null
return ..()
/mob/living/simple_animal/slime/death()
if(holding_organ)
eject_organ()
underlays.Cut()
return ..()
/mob/living/simple_animal/slime/update_overlays()
. = ..()
if(stat != DEAD)