Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jul 6, 2024
1 parent b924551 commit d8d6a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/explosives/grenades/flashbang.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
to_chat(M, SPAN_HELPFUL("Your gear protects you from the worst of the 'bang'."))

M.apply_effect(weaken_amount, STUN)
M.apply_effect(weaken_amount, KNOCKDOWN)
M.apply_effect(weaken_amount, WEAKEN)
M.apply_effect(paralyze_amount, PARALYZE)
if(deafen_amount)
M.SetEarDeafness(max(M.ear_deaf, deafen_amount))
Expand Down

0 comments on commit d8d6a00

Please sign in to comment.