Fixes flashbang stun times (#2056)

This commit is contained in:
CitadelStationBot
2017-07-18 08:14:30 -05:00
committed by kevinz000
parent 665e1f2e8e
commit c294d781b6
@@ -34,4 +34,4 @@
M.soundbang_act(1, 200, 10, 15)
else
M.soundbang_act(1, max(20/max(1,distance), 3), rand(0, 5))
M.soundbang_act(1, max(200/max(1,distance), 60), rand(0, 5))