mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user