balance tweaks

This commit is contained in:
c0ffee 2022-01-25 17:24:46 -08:00
parent 3e6eb0b762
commit 664adba9ea
1 changed files with 1 additions and 1 deletions

View File

@ -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<string> requiredBodyParts;
public CompProperties_SexToy() {
compClass = typeof(CompSexToy);