tg moved projectiles out of /item, added '/item' back

This commit is contained in:
Solaris-Shade
2022-03-06 16:29:58 -05:00
parent 2fdb70b2b9
commit c5be81c589
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
/obj/structure/grille/CanAllowThrough(atom/movable/mover, turf/target)
. = ..()
if(!. && istype(mover, /obj/projectile))
if(!. && istype(mover, /obj/item/projectile))
return prob(30)
/obj/structure/grille/CanAStarPass(ID, dir, caller)