fix magic missile hitting the user if they move while casting it (#27383)

This commit is contained in:
Qwertytoforty
2024-11-18 00:04:27 +00:00
committed by GitHub
parent 1a476eb501
commit b56c32fdc6
+1
View File
@@ -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)