From b1ac13f3a128755022b911f4b598029e47350c93 Mon Sep 17 00:00:00 2001 From: c0ffeeeeeeee Date: Thu, 5 Nov 2020 14:52:02 -0800 Subject: [PATCH] first commit --- Defs/ThingDefs/SexToys.xml | 3 ++- Patches/HumpshroomPatch.xml | 13 +++++++++++++ RJW-ToysAndMasturbation.csproj | 1 + Source/ThingComps/CompSexToy.cs | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 Patches/HumpshroomPatch.xml diff --git a/Defs/ThingDefs/SexToys.xml b/Defs/ThingDefs/SexToys.xml index 4711b19..e161971 100644 --- a/Defs/ThingDefs/SexToys.xml +++ b/Defs/ThingDefs/SexToys.xml @@ -30,7 +30,7 @@ SexToysDildo - + A simple dildo for masturbation. @@ -43,6 +43,7 @@ 1200 20 0 + 1.10 1 85 0 diff --git a/Patches/HumpshroomPatch.xml b/Patches/HumpshroomPatch.xml new file mode 100644 index 0000000..f1eabe1 --- /dev/null +++ b/Patches/HumpshroomPatch.xml @@ -0,0 +1,13 @@ + + + + +
  • + Defs/ThingDef[defName="HumpShroom"]/comps + +
  • + +
  • +
    +
    +
    diff --git a/RJW-ToysAndMasturbation.csproj b/RJW-ToysAndMasturbation.csproj index 1f7b602..9345f24 100644 --- a/RJW-ToysAndMasturbation.csproj +++ b/RJW-ToysAndMasturbation.csproj @@ -72,6 +72,7 @@ + diff --git a/Source/ThingComps/CompSexToy.cs b/Source/ThingComps/CompSexToy.cs index 3fb58d1..b7a2b6c 100644 --- a/Source/ThingComps/CompSexToy.cs +++ b/Source/ThingComps/CompSexToy.cs @@ -53,7 +53,7 @@ namespace RJW_ToysAndMasturbation { } private string FloatMenuOptionLabel(Pawn pawn) { - return "Use sex toy"; + return "Masturbate with toy"; } } }