Fix Eye Augment EMP

This commit is contained in:
Fox-McCloud
2016-03-14 06:20:21 -04:00
parent f3ccadcc68
commit bb9aab416e
+1 -7
View File
@@ -59,14 +59,8 @@
if(severity > 1)
if(prob(10 * severity))
return
var/save_sight = owner.sight
owner.sight &= 0
owner.sdisabilities |= BLIND
owner << "<span class='warning'>Static obfuscates your vision!</span>"
spawn(60 / severity)
if(owner)
owner.sight |= save_sight
owner.sdisabilities ^= BLIND
flick("e_flash", owner.flash)