Merge pull request #961 from Mloc/dev

Added extra data to ID cards. (fingerprint, blood type, dna)
This commit is contained in:
SkyMarshal
2012-05-01 15:19:41 -07:00
5 changed files with 40 additions and 2 deletions

View File

@@ -634,7 +634,7 @@ datum/preferences
if(link_tags["age"])
switch(link_tags["age"])
if("input")
var/new_age = input(user, "Please select type in age: 15-45", "Character Generation") as num
var/new_age = input(user, "Please select type in age: 20-65", "Character Generation") as num
if(new_age)
age = max(min(round(text2num(new_age)), 65), 20)
if("random")