mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
More ass, more belly
Look at the SIZE of those things! Imagine the clapping when they let rip a pungent one! hanmgmfgf
This commit is contained in:
@@ -71,11 +71,11 @@
|
||||
#define MILK_EFFICIENCY 1
|
||||
|
||||
#define BUTT_SIZE_DEF 1
|
||||
#define BUTT_SIZE_MAX 5 //butt genitals are special in that they have caps. if there's the event there's even bigger butt sprites, raise this number.
|
||||
#define BUTT_SIZE_MAX 8 //butt genitals are special in that they have caps. if there's the event there's even bigger butt sprites, raise this number.
|
||||
|
||||
#define BELLY_SIZE_MIN 0
|
||||
#define BELLY_SIZE_DEF 1
|
||||
#define BELLY_SIZE_MAX 7
|
||||
#define BELLY_SIZE_MAX 10
|
||||
|
||||
//visibility toggles defines to avoid errors typos code errors.
|
||||
#define GEN_VISIBLE_ALWAYS "Always visible"
|
||||
|
||||
@@ -21,7 +21,7 @@ PENIS_MAX_INCHES_PREFS 128
|
||||
|
||||
## Minimum and maximum limits for butt size from the character creation menu. If there's bigger butt sizes out there, change the max accordingly.
|
||||
BUTT_MIN_SIZE_PREFS 1
|
||||
BUTT_MAX_SIZE_PREFS 5
|
||||
BUTT_MAX_SIZE_PREFS 8
|
||||
|
||||
## Body size configs, the feature will be disabled if both min and max have the same value.
|
||||
BODY_SIZE_MIN 0.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Minimum and maximum limits for belly size from the character creation menu. If there's bigger belly sizes out there, change the max accordingly.
|
||||
BELLY_MIN_SIZE_PREFS 0
|
||||
BELLY_MAX_SIZE_PREFS 7
|
||||
BELLY_MAX_SIZE_PREFS 10
|
||||
|
||||
## GIRTH ratio configs for penises. Defaults to the defines for this value
|
||||
#DIAMETER_RATIO_MIN_SIZE_PREFS
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
size_name = "sagging"
|
||||
if(6)
|
||||
size_name = "gigantic"
|
||||
if(7)
|
||||
if(7 to BELLY_SIZE_MAX)
|
||||
size_name = pick("massive","unfathomably bulging","enormous","very generous","humongous","big bubbly")
|
||||
else
|
||||
size_name = "nonexistent"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user