Why has no one done this yet??

This commit is contained in:
Jordan Brown
2017-12-04 10:37:35 -05:00
committed by GitHub
parent 88187f86d5
commit e4e7ba3890
+2 -2
View File
@@ -38,7 +38,7 @@
#define isplatingturf(A) (istype(A, /turf/open/floor/plating))
//Mobs
#define isliving(A) (istype(A, /mob/living))
#define isliving(A) (is_type_in_typecache(A, GLOB.typecache_living))
#define isbrain(A) (istype(A, /mob/living/brain))
@@ -188,4 +188,4 @@ GLOBAL_LIST_INIT(glass_sheet_types, typecacheof(list(
#define is_glass_sheet(O) (is_type_in_typecache(O, GLOB.glass_sheet_types))
#define isblobmonster(O) (istype(O, /mob/living/simple_animal/hostile/blob))
#define isblobmonster(O) (istype(O, /mob/living/simple_animal/hostile/blob))