Added Cumflation Immunity, Rapist Trait

This commit is contained in:
Vegapnk 2022-11-26 20:09:57 +01:00
parent dc701be2de
commit f17da08394
4 changed files with 19 additions and 6 deletions

2
Common/Assemblies/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*dll
!RJW-Genes.dll

Binary file not shown.

View File

@ -58,8 +58,6 @@
</exclusionTags>
</GeneDef>
<!-- Does not Work like this (yet)-->
<!--
<GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_cumflation_immunity</defName>
<label>Cumflation Immunity</label>
@ -67,13 +65,13 @@
<description>This Xenotype cannot get cumflated.</description>
<iconPath>Genes/Icons/Placeholder</iconPath>
<displayOrderInCategory>537</displayOrderInCategory>
<hediffGiversCannotGive>
<li>Cumflation</li>
</hediffGiversCannotGive>
<!--
Note: This Gene has an accompanying patch for LicentiaLabs in ../Patches
-->
<exclusionTags>
<li>NotCumflatable</li>
</exclusionTags>
</GeneDef>
-->
</Defs>

View File

@ -15,4 +15,17 @@
</forcedTraits>
</GeneDef>
<GeneDef>
<defName>rjw_genes_rapist</defName>
<label>Rapist</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Rapists.</description>
<iconPath>Genes/Icons/Placeholder</iconPath>
<displayOrderInCategory>2</displayOrderInCategory>
<forcedTraits>
<li>
<def>Rapist</def>
</li>
</forcedTraits>
</GeneDef>
</Defs>