Makes FBP not go blind from welders (#17493)

* Makes FBP not go blind from welders

Also makes it so the eye color verb is actually attached to the eyes.

* Different way

* gwah
This commit is contained in:
Cameron Lennox
2025-04-21 18:24:28 -04:00
committed by GitHub
parent b820b71b07
commit 9b0bb5f814
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -11,6 +11,8 @@
..()
name = "optical sensor"
verbs |= /obj/item/organ/internal/eyes/proc/change_eye_color
organ_verbs = list(/obj/item/organ/internal/eyes/proc/change_eye_color)
handle_organ_mod_special()
/obj/item/organ/internal/eyes/robot
name = "optical sensor"
@@ -106,7 +108,6 @@
return -1
/obj/item/organ/internal/eyes/emp_act(severity)
// ..() //Returns if the organ isn't robotic // VOREStation Edit - Don't take damage
if(robotic >= ORGAN_ASSISTED)
return
owner.eye_blurry += (4/severity)