This commit is contained in:
kevinz000
2017-11-08 22:48:03 -08:00
committed by CitadelStationBot
parent ea44e4a1d9
commit b44e31951d
7 changed files with 73 additions and 12 deletions
+2
View File
@@ -10,6 +10,8 @@
#define isatom(A) (istype(A, /atom))
#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.