From 67f35fd6355c36fb8979b1c4031eca145f29cb36 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Tue, 31 Jan 2017 21:46:52 -0600 Subject: [PATCH] More weakeyes --- code/modules/assembly/flash.dm | 3 --- 1 file changed, 3 deletions(-) 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!"