Properly labels the vore tab custom species button

The misleading label causing needless troubleshooting steps had been bothering me for a good while already.
This commit is contained in:
Verkister
2019-08-08 18:05:23 +03:00
committed by GitHub
parent aa9dc54303
commit 33bbcf5a5c

View File

@@ -96,7 +96,7 @@
log_game("TRAITS [pref.client_ckey]/([character]) with: [english_traits]") //Terrible 'fake' key_name()... but they aren't in the same entity yet
/datum/category_item/player_setup_item/vore/traits/content(var/mob/user)
. += "<b>Custom Species</b> "
. += "<b>Custom Species Name:</b> "
. += "<a href='?src=\ref[src];custom_species=1'>[pref.custom_species ? pref.custom_species : "-Input Name-"]</a><br>"
var/datum/species/selected_species = all_species[pref.species]