Skip to content

Commit

Permalink
Adds comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Aug 11, 2024
1 parent 28e8311 commit 7a128f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/organs/internal/eyes/_eyes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
var/obj/item/bodypart/head/my_head = parent.get_bodypart(BODY_ZONE_HEAD)
if(my_head)
if(my_head.head_flags & HEAD_EYECOLOR)
// NON-MODULE CHANGE for eyelids
if(IS_ROBOTIC_ORGAN(src) || (parent.appears_alive() && !HAS_TRAIT(parent, TRAIT_KNOCKEDOUT)))
eye_right.color = eye_color_right
eye_left.color = eye_color_left
Expand Down

0 comments on commit 7a128f4

Please sign in to comment.