Merge pull request #1955 from Citadel-Station-13/upstream-merge-29136
[MIRROR] Fixes flashbangs stunning for a maximum of 0.3 seconds instead of 6 seconds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user