Skip to content

Commit

Permalink
fix magic missile hitting the user if they move while casting it (Par…
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Nov 18, 2024
1 parent 1a476eb commit b56c32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/spells/projectile_spell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
projectile.icon_state = proj_icon_state
projectile.dir = get_dir(target, projectile)
projectile.name = proj_name
projectile.firer = user
var/current_loc = get_turf(projectile)

for(var/i in 1 to proj_lifespan)
Expand Down

0 comments on commit b56c32f

Please sign in to comment.