move the datum vars

This commit is contained in:
Fox McCloud
2018-04-03 00:29:28 -04:00
parent 4bbb854372
commit fe2365590f
3 changed files with 4 additions and 4 deletions
+4
View File
@@ -1,6 +1,10 @@
/datum
var/gc_destroyed //Time when this object was destroyed.
var/var_edited = FALSE //Warranty void if seal is broken
var/tmp/unique_datum_id = null
#ifdef TESTING
var/running_find_references
var/last_find_references = 0
-3
View File
@@ -1,8 +1,5 @@
// reference: /client/proc/modify_variables(var/atom/O, var/param_var_name = null, var/autodetect_class = 0)
/datum
var/var_edited = FALSE //Warranty void if seal is broken
/datum/proc/can_vv_get(var_name)
return TRUE