mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
Merge pull request #455 from Sharkmare/patch-50
Adding the location var to mobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user