Fixing byonds bitching

This commit is contained in:
Sharkmare
2019-03-04 08:56:55 +01:00
committed by GitHub
parent fe743db52b
commit 7eb1d25802
+1 -1
View File
@@ -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