Update mob_defines.dm

This commit is contained in:
Sharkmare
2019-03-05 08:52:40 +01:00
committed by GitHub
parent eed04a1de3
commit 3efe80da63
+1
View File
@@ -8,6 +8,7 @@
var/stat = 0 //Whether a mob is alive or dead. TODO: Move this to living - Nodrak
var/location = null //CHOMPEDIT the variable that death() stores the place the mob died in
var/isEdible = 1 //CHOMPEDIT switch to enable/disable mob vore for mobs, RESPECT THEIR PREFS
//Not in use yet
var/obj/effect/organstructure/organStructure = null