mirror of
https://gitgud.io/Ed86/rjw-std.git
synced 2024-08-14 23:57:23 +00:00
Perfect Immunity Gene patch for STDs by ItsFel1
This commit is contained in:
parent
a17150fb6a
commit
6cde5acd85
2 changed files with 20 additions and 1 deletions
19
1.4/Patches/PerfectImmunityGenePatch.xml
Normal file
19
1.4/Patches/PerfectImmunityGenePatch.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Biotech</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>Defs/GeneDef[defName="PerfectImmunity"]/makeImmuneTo</xpath>
|
||||
<value>
|
||||
<li>Warts</li>
|
||||
<li>Herpes</li>
|
||||
<li>Syphilis</li>
|
||||
<li>Boobitis</li>
|
||||
<li>AcuteHIV</li>
|
||||
<li>ChronicHIV</li>
|
||||
</value>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RimJobWorld STD</identifier>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
<dependencies>
|
||||
<li>RimJobWorld</li>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in a new issue