changes COCK GIRTH from a measurement of circumference to a measurement of diameter (because who the fuck measures their dick CIRCUMFERENCE); hopefully fixes everyone having a chode.

This commit is contained in:
Detective-Google
2020-02-20 23:47:01 -06:00
committed by GitHub
parent 5123c6b455
commit 1c5d8a2c2c

View File

@@ -38,9 +38,9 @@
#define COCK_SIZE_MIN 1
#define COCK_SIZE_MAX 20
#define COCK_GIRTH_RATIO_MAX 1.25
#define COCK_GIRTH_RATIO_DEF 0.75
#define COCK_GIRTH_RATIO_MIN 0.5
#define COCK_GIRTH_RATIO_MAX .42
#define COCK_GIRTH_RATIO_DEF .25
#define COCK_GIRTH_RATIO_MIN .15
#define KNOT_GIRTH_RATIO_MAX 3
#define KNOT_GIRTH_RATIO_DEF 2.1