Skip to content

Commit

Permalink
back to place
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix4O4 committed Dec 11, 2024
1 parent 93c4183 commit 8263c9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@
. += span_warning("<B>[t_His] eyes are glowing with an unnatural red aura!</B>")
else if(HAS_TRAIT(src, TRAIT_BLOODSHOT_EYES))
. += span_warning("<B>[t_His] eyes are bloodshot!</B>")
//ears
if(ears && !(obscured & ITEM_SLOT_EARS) && !(ears.item_flags & EXAMINE_SKIP))
. += "[t_He] [t_has] [ears.examine_title_worn(user)] on [t_his] ears."
// BUBBER EDIT END

// Yes there's a lot of copypasta here, we can improve this later when carbons are less dumb in general
Expand Down

0 comments on commit 8263c9d

Please sign in to comment.