Skip to content

Commit 18e1248

Browse files
committed
fix
1 parent cc35a17 commit 18e1248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/modules/mob/living/carbon/human/examine.dm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
if(skipjumpsuit && (skipface || HAS_TRAIT(src, TRAIT_NO_SPECIES_EXAMINE))) //either obscured or on the nospecies list
4040
msg += "!\n" //omit the species when examining
4141
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"
4343
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"
4545
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"
4747

4848
//uniform
4949
if(w_uniform && !skipjumpsuit && !(w_uniform.item_flags & ABSTRACT))

0 commit comments

Comments
 (0)