mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] EMP cleanup (#11939)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
18997e2c84
commit
e98a9f484a
@@ -106,7 +106,7 @@
|
||||
/obj/item/organ/internal/eyes/proc/additional_flash_effects(var/intensity)
|
||||
return -1
|
||||
|
||||
/obj/item/organ/internal/eyes/emp_act(severity)
|
||||
if(robotic >= ORGAN_ASSISTED)
|
||||
return
|
||||
owner.eye_blurry += (4/severity)
|
||||
/obj/item/organ/internal/eyes/emp_act(severity, recursive)
|
||||
..()
|
||||
if(owner && robotic)
|
||||
owner.eye_blurry += (4/severity)
|
||||
|
||||
Reference in New Issue
Block a user