mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
committed by
Spades
parent
7e84419866
commit
1b7aa81cdf
@@ -83,7 +83,7 @@
|
|||||||
else if(href_list["custom_species"])
|
else if(href_list["custom_species"])
|
||||||
var/raw_choice = sanitize(input(user, "Input your character's species:",
|
var/raw_choice = sanitize(input(user, "Input your character's species:",
|
||||||
"Character Preference", pref.custom_species) as null|text, MAX_NAME_LEN)
|
"Character Preference", pref.custom_species) as null|text, MAX_NAME_LEN)
|
||||||
if (raw_choice && CanUseTopic(user))
|
if (CanUseTopic(user))
|
||||||
pref.custom_species = raw_choice
|
pref.custom_species = raw_choice
|
||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user