Adding the location var to mobs

Probably should define the var before trying to modify it on death....

I promise im smart sometimes
This commit is contained in:
Sharkmare
2019-02-28 17:31:00 +01:00
committed by GitHub
parent b9a293c4d8
commit 8707999348
+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