Merge pull request #5570 from VOREStation/Verkister-patch-5

Properly labels the vore tab custom species button
This commit is contained in:
Novacat
2019-08-08 14:26:37 -04:00
committed by GitHub

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]