Merge pull request #3044 from Citadel-Station-13/upstream-merge-31136

[MIRROR] Adds a single comment to is_helpers.dm
This commit is contained in:
LetterJay
2017-10-01 15:56:43 -04:00
committed by GitHub
+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))