mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Fix Eye Augment EMP
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user