mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 22:46:22 +01:00
Fixing byonds bitching
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user