diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index c8ff7aaa39f..4e06fb0b9d4 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -94,9 +94,6 @@ visible_message("[user] blinds [M] with the flash!") user << "You blind [M] with the flash!" M << "[user] blinds you with the flash!" - if(M.weakeyes) - M.Stun(2) - M.visible_message("[M] gasps and shields their eyes!", "You gasp and shield your eyes!") else visible_message("[user] fails to blind [M] with the flash!") user << "You fail to blind [M] with the flash!"