fatness nerfs + working on fudge monster

This commit is contained in:
evilew
2023-08-31 14:23:15 +02:00
parent 0601efe099
commit 8771da02f7
10 changed files with 73 additions and 25 deletions
+1 -1
View File
@@ -2529,7 +2529,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("fatness")
var/new_fatness = input(user, "Choose your amount of fat at start :\n(0-4000), Fat changes appearance and move speed. \nThresholds are 170, 250, 330, 440, 840, 1240, 1840, 2540, 3440. Warning : If using the 'weak legs' trait, being too fat will make you immobile and unable to leave the shuttle without a wheelchair or help", "Character Preference") as num|null
if (new_fatness)
starting_weight = max(min( round(text2num(new_fatness)), 4000),0)
starting_weight = max(min( round(text2num(new_fatness)), 8000),0)
if("ui")
var/pickedui = input(user, "Choose your UI style.", "Character Preference", UI_style) as null|anything in GLOB.available_ui_styles