this will stop deleting the trails of the magic missile spells

This commit is contained in:
Aranclanos
2014-05-23 02:15:28 -03:00
parent 6f02732ae4
commit 9153c99683
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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