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:
sieve32@gmail.com
2012-07-24 06:00:22 +00:00
parent 2a16ccfd7c
commit 120510d4fa
2 changed files with 4 additions and 38 deletions
+4 -2
View File
@@ -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