mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Cumflation Immunity, Rapist Trait
This commit is contained in:
parent
dc701be2de
commit
f17da08394
4 changed files with 19 additions and 6 deletions
2
Common/Assemblies/.gitignore
vendored
Normal file
2
Common/Assemblies/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*dll
|
||||
!RJW-Genes.dll
|
Binary file not shown.
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue