reverting r4348 since we're in a feature freeze and apparently changing a numeric limit on something that in no way impacts the code or anything outside of personal fluff is a "feature"?

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4349 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-08-09 16:40:23 +00:00
parent 257e0772bc
commit 63268d45de
+3 -3
View File
@@ -475,11 +475,11 @@ datum/preferences
if(link_tags["age"])
switch(link_tags["age"])
if("input")
var/new_age = input(user, "Please select type in age: 17-80", "Character Generation") as num
var/new_age = input(user, "Please select type in age: 17-45", "Character Generation") as num
if(new_age)
age = max(min(round(text2num(new_age)), 80), 17)
age = max(min(round(text2num(new_age)), 45), 17)
if("random")
age = rand (17, 80)
age = rand (17, 45)
if(link_tags["OOC"])
var/tempnote = ""