mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user