mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user