diff --git a/code/modules/arousal/genitals.dm b/code/modules/arousal/genitals.dm index 65eeca75fe..affcea977b 100644 --- a/code/modules/arousal/genitals.dm +++ b/code/modules/arousal/genitals.dm @@ -146,7 +146,7 @@ aroused_state = FALSE /obj/item/organ/genital/proc/generate_fluid(datum/reagents/R) - var/amount = clamp((fluid_rate * ((world.time - last_orgasmed) / SSmobs.wait) * fluid_mult),0,fluid_max_volume) + var/amount = clamp((fluid_rate * ((world.time - last_orgasmed) / (SSmobs.wait * 10)) * fluid_mult),0,fluid_max_volume) R.clear_reagents() R.maximum_volume = fluid_max_volume if(fluid_id)