mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-toys-and-masturbation.git
synced 2024-08-15 00:43:44 +00:00
balance tweaks
This commit is contained in:
parent
3e6eb0b762
commit
664adba9ea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace RJW_ToysAndMasturbation {
|
||||||
public class CompProperties_SexToy : CompProperties {
|
public class CompProperties_SexToy : CompProperties {
|
||||||
|
|
||||||
public Gender primaryGender = Gender.Female;
|
public Gender primaryGender = Gender.Female;
|
||||||
public float satisfactionModifier = 1.5f;
|
public float satisfactionModifier = 1.75f;
|
||||||
public List<string> requiredBodyParts;
|
public List<string> requiredBodyParts;
|
||||||
public CompProperties_SexToy() {
|
public CompProperties_SexToy() {
|
||||||
compClass = typeof(CompSexToy);
|
compClass = typeof(CompSexToy);
|
||||||
|
|
Loading…
Reference in a new issue