Skip to content

Commit

Permalink
Test fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Aug 11, 2024
1 parent 7a128f4 commit f387482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/internal/eyes/_eyes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
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)))
if(IS_ROBOTIC_ORGAN(src) || !my_head.draw_color || (parent.appears_alive() && !HAS_TRAIT(parent, TRAIT_KNOCKEDOUT)))
eye_right.color = eye_color_right
eye_left.color = eye_color_left
else
Expand Down

0 comments on commit f387482

Please sign in to comment.