Fixes flashbangs stunning for a maximum of 0.3 seconds instead of 6 seconds

This commit is contained in:
CitadelStationBot
2017-07-09 06:44:49 -05:00
parent 0d84901914
commit 5a11f53535
@@ -27,7 +27,7 @@
//Flash
if(M.flash_act(affect_silicon = 1))
M.Knockdown(max(100/max(1,distance), 3))
M.Knockdown(max(200/max(1,distance), 60))
//Bang
if(!distance || loc == M || loc == M.loc) //Stop allahu akbarring rooms with this.
M.Knockdown(200)