fixes fixes fixes

This commit is contained in:
DeltaFire
2020-11-14 19:26:54 +01:00
parent a0fac5924f
commit e0b2156142
5 changed files with 16 additions and 10 deletions
+2
View File
@@ -188,6 +188,8 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
#define islandmine(A) (istype(A, /obj/effect/mine))
#define issupplypod(A) (istype(A, /obj/structure/closet/supplypod))
#define isammocasing(A) (istype(A, /obj/item/ammo_casing))
#define isidcard(I) (istype(I, /obj/item/card/id))