Skip to content

Commit

Permalink
le coder oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Sep 23, 2024
1 parent 99eee2a commit f1b2eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/modules/surgery/organs/internal/eyes/_eyes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
var/eyelid_color = rgb(base_color[1], base_color[2], base_color[3], (length(base_color) >= 4 ? base_color[4] : null), COLORSPACE_HSL)
eye_right.color = eyelid_color
eye_left.color = eyelid_color

if(my_head.worn_face_offset)
my_head.worn_face_offset.apply_offset(eye_left)
my_head.worn_face_offset.apply_offset(eye_right)
Expand Down Expand Up @@ -718,7 +719,7 @@
desc = "These eyes seem to have a large range, but might be cumbersome with glasses."
eye_icon_state = "snail_eyes"
icon_state = "snail_eyeballs"
eyes_layer = ABOVE_BODY_FRONT_HEAD_LAYER //NOVA EDIT - Roundstart Snails
eyes_layer = ABOVE_BODY_FRONT_HEAD_LAYER // DOPPLER EDIT - Roundstart Snails

/obj/item/organ/internal/eyes/jelly
name = "jelly eyes"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/internal/tongue/_tongue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ GLOBAL_LIST_INIT(english_to_zombie, list())
say_mod = "meows"
liked_foodtypes = SEAFOOD | ORANGES | BUGS | GORE
disliked_foodtypes = GROSS | CLOTH | RAW
organ_traits = list(TRAIT_WOUND_LICKER)
organ_traits = list(TRAIT_WOUND_LICKER, TRAIT_FISH_EATER)

/obj/item/organ/internal/tongue/jelly
name = "jelly tongue"
Expand Down

0 comments on commit f1b2eba

Please sign in to comment.