Skip to content

Commit

Permalink
Fix Ammo Injector Errors + Remove Industrial Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralReaction committed Aug 30, 2024
1 parent d3129ed commit 583e7c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
<li IfModActive="Mlie.RedArmy">ModPatches/Red Army</li>
<li IfModActive="vonschtirlitz.RCA">ModPatches/Redcoat Apparel</li>
<li IfModActive="tikubonn.RemoteDetonator">ModPatches/Remote Detonator</li>
<li IfModActive="mlie.removeindustrialstuff">ModPatches/Remove Industrial Stuff</li>
<li IfModActive="FS.ReviaRace">ModPatches/Revia Race</li>
<li IfModActive="FS.ReviaRaceBiotech">ModPatches/Revia Race — biotech</li>
<li IfModActive="zerophoenix.contractorsarsenalfaction">ModPatches/Rim Contractors Arsenal</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- Removed to prevent errors for Ammo Injector -->
<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef/tradeTags/li[.="CE_AutoEnableCrafting_ElectricSmithy"]
</xpath>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef/tradeTags/li[.="CE_AutoEnableCrafting_TableMachining"]</xpath>
</Operation>

</Patch>

0 comments on commit 583e7c2

Please sign in to comment.