From 43705b9676134386276ae6125e903256b03b1ae0 Mon Sep 17 00:00:00 2001 From: Shabakur Date: Mon, 23 Jan 2023 14:06:06 +0100 Subject: [PATCH] Xenotype gene error patch --- .../Defs/MentalStateDefs/MentalState_Lifeforce.xml | 1 + Common/Defs/Xenotypes/Xenotype_Lifeforce.xml | 5 +++-- Common/Patches/Xenotypes/PatchLicentiaLabs.xml | 14 ++++++++++++++ Source/Animal_Inheritance/RaceGeneDef.cs | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 Common/Patches/Xenotypes/PatchLicentiaLabs.xml diff --git a/Common/Defs/MentalStateDefs/MentalState_Lifeforce.xml b/Common/Defs/MentalStateDefs/MentalState_Lifeforce.xml index 1da6e15..392407b 100644 --- a/Common/Defs/MentalStateDefs/MentalState_Lifeforce.xml +++ b/Common/Defs/MentalStateDefs/MentalState_Lifeforce.xml @@ -6,6 +6,7 @@ rjw_genes_lifeforce_randomrape 1.5 Extreme + RJW_Genes.LifeForceMentalBreakWorker diff --git a/Common/Defs/Xenotypes/Xenotype_Lifeforce.xml b/Common/Defs/Xenotypes/Xenotype_Lifeforce.xml index b1cba40..a297ef9 100644 --- a/Common/Defs/Xenotypes/Xenotype_Lifeforce.xml +++ b/Common/Defs/Xenotypes/Xenotype_Lifeforce.xml @@ -28,16 +28,17 @@
  • rjw_genes_female_only
  • rjw_genes_lifeforce
  • rjw_genes_lifeforce_drain
  • + +
  • rjw_genes_cum_eater
  • rjw_genes_vaginal_absorber
  • rjw_genes_anal_absorber
  • rjw_genes_paralysingkiss
  • rjw_genes_seduce
  • -
  • rjw_genes_elasticity
  • +
  • rjw_genes_succubus_wings
  • rjw_genes_succubus_tail
  • rjw_genes_aphrodisiac_pheromones
  • -
  • Beauty_Pretty
  • MoveSpeed_Quick
  • Robust
  • diff --git a/Common/Patches/Xenotypes/PatchLicentiaLabs.xml b/Common/Patches/Xenotypes/PatchLicentiaLabs.xml new file mode 100644 index 0000000..0e9dc2e --- /dev/null +++ b/Common/Patches/Xenotypes/PatchLicentiaLabs.xml @@ -0,0 +1,14 @@ + + + + +
  • LustLicentia.RJWLabs
  • +
    + + Defs/XenotypeDef[defName="rjw_genes_succubus"]/genes + +
  • rjw_genes_elasticity
  • +
    +
    +
    +
    \ No newline at end of file diff --git a/Source/Animal_Inheritance/RaceGeneDef.cs b/Source/Animal_Inheritance/RaceGeneDef.cs index 5c4b0ad..10a9149 100644 --- a/Source/Animal_Inheritance/RaceGeneDef.cs +++ b/Source/Animal_Inheritance/RaceGeneDef.cs @@ -16,6 +16,6 @@ namespace RJW_BGS public List raceNames; public List pawnKindNames; public List genes; - public String hybridName; + public string hybridName; } }