File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
code/modules/mob/living/carbon/human Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
if (skipjumpsuit && (skipface || HAS_TRAIT (src , TRAIT_NO_SPECIES_EXAMINE ))) // either obscured or on the nospecies list
40
40
msg += " !\n " // omit the species when examining
41
41
else if (displayed_species == SPECIES_SLIMEPERSON ) // snowflakey because Slime People are defined as a plural
42
- msg += " , <b><font color='[ examine_color] '> слаймолюды</font></b>! \n "
42
+ msg += " ,<b><font color='[ examine_color] '> слаймолюды</font></b>! \n "
43
43
else if (displayed_species == SPECIES_UNATHI ) // DAMN YOU, VOWELS
44
- msg += " , <b><font color='[ examine_color] '> унатх</font></b>! \n "
44
+ msg += " ,<b><font color='[ examine_color] '> унатх</font></b>! \n "
45
45
else
46
- msg += " , <b><font color='[ examine_color] '> [ lowertext(displayed_species)] </font></b>! \n "
46
+ msg += " ,<b><font color='[ examine_color] '> [ lowertext(displayed_species)] </font></b>! \n "
47
47
48
48
// uniform
49
49
if (w_uniform && ! skipjumpsuit && ! (w_uniform. item_flags & ABSTRACT ))
You can’t perform that action at this time.
0 commit comments