/obj/item/projectile --> /obj/projectile (#30411)

* yers

* vars

* map changes

* some comments (clearly not stolen from items)

* fix component

* summary
This commit is contained in:
kyunkyunkyun
2025-11-12 10:23:20 +00:00
committed by GitHub
parent e92a45369a
commit f96b26b75a
169 changed files with 858 additions and 851 deletions
@@ -600,7 +600,7 @@
H.LoseTarget()
stopped_atoms |= M
else if(isprojectile(A))
var/obj/item/projectile/P = A
var/obj/projectile/P = A
P.paused = TRUE
stopped_atoms |= P
@@ -614,7 +614,7 @@
for(var/mob/living/M in stopped_atoms)
unfreeze_mob(M)
for(var/obj/item/projectile/P in stopped_atoms)
for(var/obj/projectile/P in stopped_atoms)
P.paused = FALSE
qdel(src)
return