mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-27 22:56:14 +01:00
Big Belly,,,
Adds an additional set of bellies and spruces up some of the others a tad bit!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user