Skip to content

Commit

Permalink
updates tha name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Dec 13, 2024
1 parent cbd913e commit 8594006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/_core/mob/living/advanced/player/_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@
expiration_time = SECONDS_TO_DECISECONDS(180)

/mob/living/advanced/player/get_examine_list(var/mob/living/examiner)
var/species/owner_species = SPECIES(species)
. = list(
div("examine_title", src.name),
div("center bold","Level [level] [SPECIES(species)]"),
div("center bold","Level [level] [owner_species.name]"),
div("examine_description_long", src.desc_extended)
)

Expand Down

0 comments on commit 8594006

Please sign in to comment.