Merge pull request #3867 from Citadel-Station-13/upstream-merge-32504

[MIRROR] Weakrefs
This commit is contained in:
LetterJay
2017-11-13 11:41:38 -06:00
committed by GitHub
7 changed files with 41 additions and 16 deletions
+2
View File
@@ -10,6 +10,8 @@
#define isatom(A) (isloc(A))
#define isweakref(D) (istype(D, /datum/weakref))
//Turfs
//#define isturf(A) (istype(A, /turf)) This is actually a byond built-in. Added here for completeness sake.