Fixed all the runtimes.

This commit is contained in:
ESwordTheCat
2014-04-29 10:25:28 -08:00
parent 35cd18a73c
commit 5c705c3758
3 changed files with 8 additions and 4 deletions

View File

@@ -109,7 +109,7 @@
Bump(atom/A as mob|obj|turf|area)
if(A == firer)
loc = A.loc
//loc = A.loc
return 0 //cannot shoot yourself
if(bumped) return 0
@@ -198,6 +198,7 @@
if(!istype(src, /obj/item/projectile/beam/lightning))
density = 0
invisibility = 101
//del(src)
returnToPool(src)
return 1
@@ -215,6 +216,7 @@
if(kill_count < 1)
//del(src)
returnToPool(src)
return
kill_count--
spawn while(src)
if((!( current ) || loc == current))

View File

@@ -205,6 +205,9 @@ var/list/beam_master = list()
return
step_towards(src, current) //Move~
if (isnull(loc))
return
if(kill_count < 1)
//del(src)
returnToPool(src)