diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eecd4c..7f25417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ but they are meant mostly to have infectors immune against their own diseases. - Fixed an Issue where pawns would always get the Pheromone social boost, unless they had the pheromone (#113) - Fixed two hidden dependencies on Ideology and Royalty (#115) +- Fixed some more hidden dependencies on Ideology Icons (#118) **Internal:** diff --git a/Common/Defs/GeneDefs/GeneDefs_Damage.xml b/Common/Defs/GeneDefs/GeneDefs_Damage.xml index d045a68..2e7f941 100644 --- a/Common/Defs/GeneDefs/GeneDefs_Damage.xml +++ b/Common/Defs/GeneDefs/GeneDefs_Damage.xml @@ -7,7 +7,7 @@ rjw_genes_damage This Gene makes the Carrier unable to get mood or social penalties from being raped and they cannot be broken for a long period of time. - UI/Icons/Rituals/TrialDefend + Genes/Icons/TrialDefend 2 -1 1 diff --git a/Common/Defs/GeneDefs/GeneDefs_Diseases.xml b/Common/Defs/GeneDefs/GeneDefs_Diseases.xml index b9c1a45..167fd0b 100644 --- a/Common/Defs/GeneDefs/GeneDefs_Diseases.xml +++ b/Common/Defs/GeneDefs/GeneDefs_Diseases.xml @@ -23,7 +23,7 @@ imply negative side-effects. 1 -1 - UI/Icons/Rituals/TrialDefend + Genes/Icons/TrialDefend
  • diff --git a/Common/Defs/GeneDefs/GeneDefs_Reproduction.xml b/Common/Defs/GeneDefs/GeneDefs_Reproduction.xml index 1c37ba3..5ff7ec6 100644 --- a/Common/Defs/GeneDefs/GeneDefs_Reproduction.xml +++ b/Common/Defs/GeneDefs/GeneDefs_Reproduction.xml @@ -52,31 +52,6 @@ - - rjw_genes_masochist @@ -106,7 +81,7 @@ Reproduction This Gene makes you gay. - UI\Ideoligions\Universal\RoundC + Genes/Icons/RoundC 0 3 @@ -134,7 +109,7 @@ Reproduction Carriers of this Gene are Bisexual. - UI\Ideoligions\Universal\RoundC + Genes/Icons/RoundC 0 4 diff --git a/Common/Defs/GeneDefs/GeneDefs_SexSpecial.xml b/Common/Defs/GeneDefs/GeneDefs_SexSpecial.xml index a4537f5..462cece 100644 --- a/Common/Defs/GeneDefs/GeneDefs_SexSpecial.xml +++ b/Common/Defs/GeneDefs/GeneDefs_SexSpecial.xml @@ -19,7 +19,7 @@ partially filled) 1 -2 - UI/Memes/FleshPurity + Genes/Icons/FleshPurity 1 @@ -30,7 +30,7 @@ (Partner stays adult) 2 -2 - UI/Ideoligions/FireLeaves + Genes/Icons/FireLeaves 2
  • @@ -194,6 +194,15 @@
  • rjw_genes_feminizer
  • +
  • + rjw_genes_feminization_progress + true + 0.01 + 1.00 + false + true + false +
  • @@ -212,6 +221,15 @@
  • rjw_genes_twinkifier
  • +
  • + rjw_genes_twinkification_progress + true + 0.01 + 1.00 + false + true + false +
  • diff --git a/Common/Textures/Genes/Icons/FireLeaves.png b/Common/Textures/Genes/Icons/FireLeaves.png new file mode 100644 index 0000000..4f1b247 Binary files /dev/null and b/Common/Textures/Genes/Icons/FireLeaves.png differ diff --git a/Common/Textures/Genes/Icons/FleshPurity.png b/Common/Textures/Genes/Icons/FleshPurity.png new file mode 100644 index 0000000..0843812 Binary files /dev/null and b/Common/Textures/Genes/Icons/FleshPurity.png differ diff --git a/Common/Textures/Genes/Icons/RoundC.png b/Common/Textures/Genes/Icons/RoundC.png new file mode 100644 index 0000000..e2288f5 Binary files /dev/null and b/Common/Textures/Genes/Icons/RoundC.png differ diff --git a/Common/Textures/Genes/Icons/TrialDefend.png b/Common/Textures/Genes/Icons/TrialDefend.png new file mode 100644 index 0000000..1275bf2 Binary files /dev/null and b/Common/Textures/Genes/Icons/TrialDefend.png differ