Merge pull request #13681 from DeltaFire15/supplypod-shrapnel

Fixes a bunch of supplypod related stuff
This commit is contained in:
silicons
2020-11-17 01:12:56 -07:00
committed by GitHub
10 changed files with 31 additions and 20 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))