Merge pull request #455 from Sharkmare/patch-50

Adding the location var to mobs
This commit is contained in:
Vollybally
2019-02-28 14:05:06 -05:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@
var/datum/mind/mind
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
//Not in use yet
var/obj/effect/organstructure/organStructure = null