mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
fix to size cap
Cap shouldnt be 90, 110 it should be 20% each way.
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
#define BREASTS_SIZE_MASSIVE 17
|
||||
#define BREASTS_SIZE_GIGA 25
|
||||
//Bodysize Limits
|
||||
#define MIN_BODYSIZE 90
|
||||
#define MAX_BODYSIZE 110
|
||||
#define MIN_BODYSIZE 80
|
||||
#define MAX_BODYSIZE 120
|
||||
|
||||
#define BREASTS_SIZE_MIN BREASTS_SIZE_A
|
||||
#define BREASTS_SIZE_DEF BREASTS_SIZE_D
|
||||
|
||||
Reference in New Issue
Block a user