mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Replaces the special snowflake proc for save slot names with something simpler that is more compatible or something.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4162 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -698,8 +698,10 @@ datum/preferences
|
||||
var/sname = ""
|
||||
switch(link_tags["slotname"])
|
||||
if("input")
|
||||
sname = reject_bad_slotname( (input(user, "Please select a name:", "Save Slot Name") as text|null), 16 )
|
||||
slot_name = sname
|
||||
sname = input(user, "Please select a name:", "Save Slot Name") as text|null
|
||||
if(!(ckey(sname)))//Checks to make sure there is one letter
|
||||
sname = null
|
||||
slot_name = strip_html_simple(sname,16)
|
||||
|
||||
if(link_tags["reset_all"])
|
||||
gender = MALE
|
||||
|
||||
Reference in New Issue
Block a user