From 664adba9ea018e2abe49e1c8be523ccbc97afd69 Mon Sep 17 00:00:00 2001 From: c0ffee Date: Tue, 25 Jan 2022 17:24:46 -0800 Subject: [PATCH] balance tweaks --- Source/ThingComps/CompProperties_SexToy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ThingComps/CompProperties_SexToy.cs b/Source/ThingComps/CompProperties_SexToy.cs index b55028b..cde4702 100644 --- a/Source/ThingComps/CompProperties_SexToy.cs +++ b/Source/ThingComps/CompProperties_SexToy.cs @@ -11,7 +11,7 @@ namespace RJW_ToysAndMasturbation { public class CompProperties_SexToy : CompProperties { public Gender primaryGender = Gender.Female; - public float satisfactionModifier = 1.5f; + public float satisfactionModifier = 1.75f; public List requiredBodyParts; public CompProperties_SexToy() { compClass = typeof(CompSexToy);