Unify datum definitions (#3991)

Unifies all datum vars into a single file & moves all datum procs that made sense into that same file.
This commit is contained in:
Lohikar
2017-12-23 21:29:17 +02:00
committed by Erki
parent 855562c7c2
commit 38a3dc55aa
6 changed files with 28 additions and 30 deletions
-4
View File
@@ -1,10 +1,6 @@
/datum
var/datum/weakref/weakref
/datum/weakref
var/ref
/datum/weakref/New(datum/D)
ref = SOFTREF(D)