Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierkraan committed May 20, 2024
1 parent 77b3ad7 commit 2189f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
if (hit_zone && istype(src, /obj/item/projectile/shell))
var/obj/item/projectile/shell/S = src
if(S.initiated)
S.initiate(T)
S.initiate(get_turf(target_mob))
return

if (target_mob.takes_less_damage)
Expand Down

0 comments on commit 2189f79

Please sign in to comment.