From 7eb1d2580289d29a6930dbd7f3c5534cf914dc89 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 08:56:55 +0100 Subject: [PATCH] Fixing byonds bitching --- code/modules/mob/death.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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