Makes the character preview not be intended for ants (#9948)

This commit is contained in:
fernerr
2020-09-13 07:03:40 +02:00
committed by GitHub
parent 8066964d8d
commit 35c45cb459
5 changed files with 18 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
out += "<br>"
out += "Species: <a href='?src=\ref[src];show_species=1'>[pref.species]</a><br>"
out += "Blood Type: <a href='?src=\ref[src];blood_type=1'>[pref.b_type]</a><br>"
out += "<a href='?src=\ref[src];cycle_bg=1'>Cycle background</a><br>"
out += "<a href='?src=\ref[src];cycle_bg=1'>Cycle preview background</a><br>"
if(has_flag(mob_species, HAS_SKIN_TONE))
out += "Skin Tone: <a href='?src=\ref[src];skin_tone=1'>[-pref.s_tone + 35]/220</a><br>"
out += "Disabilities: <a href='?src=\ref[src];trait_add=1'>Adjust</a><br>"