diff --git a/code/modules/mob/death.dm b/code/modules/mob/death.dm index 295171df15..661ace540f 100644 --- a/code/modules/mob/death.dm +++ b/code/modules/mob/death.dm @@ -70,7 +70,7 @@ if(stat == DEAD) return 0 - var/location = get_turf(src) //CHOMPEDIT: since we use this so much lets define it here yknow + location = get_turf(src) //CHOMPEDIT: since we use this so much lets define it here yknow if(src.loc && istype(loc,/obj/belly)) deathmessage = "no message" //VOREStation Add - Prevents death messages from inside mobs facing_dir = null