Added extra data to ID cards. (fingerprint, blood type, dna)

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2012-05-01 18:54:44 +01:00
parent 3f14b794c0
commit d3366602f4
5 changed files with 40 additions and 2 deletions
+1 -1
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")