Skip to content

Commit

Permalink
Fixes misuse of on_examine() (#2492) (#3329)
Browse files Browse the repository at this point in the history
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
Steals-The-PRs and vinylspiders authored May 16, 2024
1 parent 3413456 commit 95e45ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_nova/modules/icemoon_additions/code/pet_commands.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

/datum/component/obeys_commands/on_examine(mob/living/source, mob/user, list/examine_list)
. = ..()
. += span_italics("You can alt+click [source.p_them()] when adjacent to see available commands.")
. += span_italics("You can also examine [source.p_them()] closely to check on [source.p_their()] wounds. Many companions can be healed with sutures or creams!")
examine_list += span_italics("You can alt+click [source.p_them()] when adjacent to see available commands.")
examine_list += span_italics("You can also examine [source.p_them()] closely to check on [source.p_their()] wounds. Many companions can be healed with sutures or creams!")

/datum/component/obeys_commands/proc/on_examine_more(mob/living/source, mob/user, list/examine_list)
SIGNAL_HANDLER
Expand Down

0 comments on commit 95e45ae

Please sign in to comment.