Skip to content

Commit

Permalink
RW 1.4 Back Compat: Disable smokeleaf malfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
sumghai committed Nov 18, 2024
1 parent e8bd696 commit f568946
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>

<!-- RW 1.4 Back Compatibility: Remove Smokeleaf Malfunction incident type -->

<li Class="PatchOperationRemove">
<xpath>Defs/IncidentDef[defName="ReplimatMalfunctionSmokeleaf"]</xpath>
</li>

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

0 comments on commit f568946

Please sign in to comment.