This commit is contained in:
Fox-McCloud
2016-03-14 15:03:14 -04:00
parent 31217a058d
commit 55a36bbff1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
/mob/living/carbon/gib()
for(var/obj/item/organ/internal/I in internal_organs)
if(istype(loc,/turf))
if(isturf(loc))
I.remove(src)
I.forceMove(get_turf(src))
spawn()
@@ -14,7 +14,7 @@
playsound(src.loc, 'sound/goonstation/effects/gib.ogg', 50, 1)
for(var/obj/item/organ/internal/I in internal_organs)
if(istype(loc,/turf))
if(isturf(loc))
I.remove(src)
I.forceMove(get_turf(src))
spawn()