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
-2
View File
@@ -87,8 +87,6 @@
/obj/item/device/assembly/flash/proc/flash_carbon(mob/living/carbon/M, mob/user = null, power = 15, targeted = 1)
add_logs(user, M, "flashed", src)
if(user && targeted)
if(M.weakeyes)
M.Weaken(3) //quick weaken bypasses eye protection but has no eye flash
if(M.flash_act(1, 1))
M.confused += power
terrible_conversion_proc(M, user)