Skip to content

Commit

Permalink
Merge pull request #3971 from ProTriforcer/vampire_immunity
Browse files Browse the repository at this point in the history
Add HSK diseases to Perfect Immunity gene
  • Loading branch information
TheLoneTec authored Dec 4, 2024
2 parents c2ece37 + de2b9c0 commit 63d5a14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Mods/Core_SK/Patches/GeneDefs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>

<Patch>

<Operation Class="PatchOperationAdd">
<xpath>Defs/GeneDef[defName = "PerfectImmunity"]/makeImmuneTo</xpath>
<value>
<li>CommonCold</li>
<li>StrepThroat</li>
<li>Earache</li>
<li>Fever</li>
<li>Ebola</li>
<li>Measles</li>
<li>Pneumonia</li>
<li>Coronavirus</li>
</value>
</Operation>

</Patch>

0 comments on commit 63d5a14

Please sign in to comment.