mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 23:21:20 +00:00
Merge pull request #961 from Mloc/dev
Added extra data to ID cards. (fingerprint, blood type, dna)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user