Fixes the clusterbang so it actually shoots out.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2952 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-01-14 03:34:10 +00:00
parent 553f56566f
commit 340ee75481

View File

@@ -325,7 +325,7 @@ FLASHBANG
F.active = 1
F.banglet = 1
var/stepdist = rand(1,3)
step_away(F,src,stepdist)
walk_away(F,src,stepdist)
var/dettime = rand(15,60)
spawn(dettime)
F.prime()
@@ -338,8 +338,8 @@ FLASHBANG
F.active = 1
F.child = 1
F.icon_state = "clusterbang1"
var/stepdist = rand(1,3)
step_away(F,src,stepdist)
var/stepdist = rand(1,4)
walk_away(F,src,stepdist)
spawn(30)
F.arm()