for completeness sake

This commit is contained in:
ninjanomnom
2017-09-29 20:12:54 -04:00
committed by CitadelStationBot
parent 0cc54029e2
commit 009532b907
+2
View File
@@ -9,6 +9,8 @@
#define ismovableatom(A) (istype(A, /atom/movable))
//Turfs
//#define isturf(A) (istype(A, /turf)) This is actually a byond built-in. Added here for completeness sake.
#define isopenturf(A) (istype(A, /turf/open))
#define isindestructiblefloor(A) (istype(A, /turf/open/indestructible))