mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Merge pull request #5570 from VOREStation/Verkister-patch-5
Properly labels the vore tab custom species button
This commit is contained in:
@@ -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
|
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)
|
/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>"
|
. += "<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]
|
var/datum/species/selected_species = all_species[pref.species]
|
||||||
|
|||||||
Reference in New Issue
Block a user