Skip to content

Commit

Permalink
Examining a person gives you their species (#1438)
Browse files Browse the repository at this point in the history
* Freerunning quirk fixes

* Fix for #1330

* fix for #1263

* adds open state icons for nanite programmer and nanite program hub

* reopening develop branch

* examine gives the mobs species
  • Loading branch information
AlbertNanotracen committed Mar 19, 2024
1 parent 7e2b67b commit 4145317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
if(obscure_examine)
return list("<span class='warning'>You're struggling to make out any details...")

//Monkestation Addition: Species
if(dna?.species?.name)
. += "[t_He] [t_is] \a [dna.species.name]."//name should be what others see you as imo, id should be used for your true species (for species that disguise)

var/obscured = check_obscured_slots()

//uniform
Expand Down

0 comments on commit 4145317

Please sign in to comment.