mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9700 from VOREStation/Verkister-patch-8
earlyport mob deletion runtime fix
This commit is contained in:
committed by
Chompstation Bot
parent
5fc9a7b4ba
commit
d60885cdef
@@ -43,7 +43,7 @@
|
||||
organs -= OR
|
||||
qdel(OR)
|
||||
|
||||
if(LAZYLEN(internal_organs))
|
||||
if(LAZYLEN(internal_organs) && !istype(src, /mob/living/simple_mob/animal))
|
||||
internal_organs_by_name.Cut()
|
||||
while(internal_organs.len)
|
||||
var/obj/item/OR = internal_organs[1]
|
||||
|
||||
Reference in New Issue
Block a user