mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
this will stop deleting the trails of the magic missile spells
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
trail.icon_state = proj_trail_icon_state
|
||||
trail.density = 0
|
||||
spawn(proj_trail_lifespan)
|
||||
del(trail)
|
||||
trail.loc = null
|
||||
|
||||
current_loc = projectile.loc
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
trail.icon_state = proj_trail_icon_state
|
||||
trail.density = 0
|
||||
spawn(proj_trail_lifespan)
|
||||
del(trail)
|
||||
trail.loc = null
|
||||
|
||||
if(!projectile)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user