Removes weakeyes

This commit is contained in:
KorPhaeron
2017-01-31 21:38:49 -06:00
parent 45e9f0e37c
commit e850988a80
8 changed files with 3 additions and 37 deletions
@@ -99,8 +99,6 @@
//20% chance to actually hit the eyes
if(prob(effectchance * diode.rating) && C.flash_act(severity))
outmsg = "<span class='notice'>You blind [C] by shining [src] in their eyes.</span>"
if(C.weakeyes)
C.Stun(1)
else
outmsg = "<span class='warning'>You fail to blind [C] by shining [src] at their eyes!</span>"