Big Belly,,,

Adds an additional set of bellies and spruces up some of the others a tad bit!
This commit is contained in:
Arctaisia Xiakta
2022-05-02 01:04:54 +10:00
parent 24ca4c7470
commit 556d560aed
3 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -2430,9 +2430,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
to_chat(user,"<span class='danger'>Invalid color. Your color is not bright enough.</span>")
if("belly_size")
var/new_bellysize = input(user, "Belly size :\n(1-3)", "Character Preference") as num|null
var/new_bellysize = input(user, "Belly size :\n(1-8)", "Character Preference") as num|null
if(new_bellysize)
features["belly_size"] = clamp(new_bellysize, 1, 3)
features["belly_size"] = clamp(new_bellysize, 1, 8)
if("butt_size")
var/new_buttsize = input(user, "Butt size :\n(0-5)", "Character Preference") as num|null