mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-19 11:42:27 +01:00
You know who else has a massive ass
MY M
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
#define BELLY_STRETCH_SIZE 6 // for flavor text
|
||||
|
||||
#define BUTT_MIN_SIZE 0
|
||||
#define BUTT_MAX_SIZE 5
|
||||
#define BUTT_MAX_SIZE 8
|
||||
@@ -2435,9 +2435,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
features["belly_size"] = clamp(new_bellysize, BELLY_MIN_SIZE, BELLY_MAX_SIZE)
|
||||
|
||||
if("butt_size")
|
||||
var/new_buttsize = input(user, "Butt size :\n([BUTT_MIN_SIZE]-[BUTT_MAX_SIZE])", "Character Preference") as num|null
|
||||
var/new_buttsize = input(user, "Butt size :\n([BUTT_MIN_SIZE]-5)", "Character Preference") as num|null
|
||||
if(new_buttsize != null)
|
||||
features["butt_size"] = clamp(new_buttsize, BUTT_MIN_SIZE, BUTT_MAX_SIZE)
|
||||
features["butt_size"] = clamp(new_buttsize, BUTT_MIN_SIZE, 5) //Restricted to 5 in menu, because we have chems to make them big IC, like with breasts and what not.
|
||||
|
||||
if("vag_shape")
|
||||
var/new_shape
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 4.4 KiB |
@@ -36,6 +36,12 @@
|
||||
size_name = "hefty"
|
||||
if(5)
|
||||
size_name = "godly"
|
||||
if(6)
|
||||
size_name = "gigantic"
|
||||
if(7)
|
||||
size_name = "unfathomably large"
|
||||
if(8)
|
||||
size_name = "absolute dumptruck"
|
||||
else
|
||||
size_name = "nonexistant"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user