diff --git a/plugins/puberty_simulator/src/lib.rs b/plugins/puberty_simulator/src/lib.rs index cad3195b..2398ea14 100644 --- a/plugins/puberty_simulator/src/lib.rs +++ b/plugins/puberty_simulator/src/lib.rs @@ -101,7 +101,7 @@ impl Default for PubertySimulatorParams { FloatRange::SymmetricalSkewed { min: -5.0, max: 5.0, - factor: FloatRange::skew_factor(-1.0), + factor: FloatRange::skew_factor(-2.0), center: 0.0, }, )