Skip to content

Commit

Permalink
Reimplement VTE Lust and Stoner trait removal via treatable traits
Browse files Browse the repository at this point in the history
  • Loading branch information
sumghai committed May 21, 2022
1 parent ee18b01 commit 37f23e3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Common/Patches/Patches_VanillaTraitsExpanded.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>

<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Traits Expanded</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<!-- Remove Lush and Stoner traits once MedPod treatment is completed -->

<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[@Name="MedPodBedBase"]/comps/li[@Class="MedPod.CompProperties_TreatmentRestrictions"]/alwaysTreatableTraits</xpath>
<value>
<li>VTE_Lush</li>
<li>VTE_Stoner</li>
</value>
</li>

</operations>
</match>
</Operation>
</Patch>

0 comments on commit 37f23e3

Please sign in to comment.