for completeness sake
This commit is contained in:
committed by
CitadelStationBot
parent
0cc54029e2
commit
009532b907
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user