fix to size cap

Cap shouldnt be 90, 110 it should be 20% each way.
This commit is contained in:
QuoteFox
2020-07-05 17:43:51 +01:00
parent 0519fd73ae
commit 178ad4faa2
+2 -2
View File
@@ -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