Repathed /obj/item/projectile to /obj/projectile (#19693)

Repathed /obj/item/projectile to /obj/projectile, same as TG and Bay,
that's pretty much it.
This commit is contained in:
Fluffy
2024-07-27 10:09:46 +00:00
committed by GitHub
parent 2a8d6acd86
commit 3e1b9d4170
214 changed files with 1014 additions and 971 deletions
+1 -1
View File
@@ -513,7 +513,7 @@
var/obj/item/W = used_weapon
dam_flags = W.damage_flags()
if(isprojectile(W))
var/obj/item/projectile/P = W
var/obj/projectile/P = W
if(dam_flags & DAMAGE_FLAG_BULLET)
blunt_eligible = TRUE
maim_bonus_to_add += P.maim_rate