Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Industrial Stuff Patch #3381

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ ReGrowth: Core |
ReGrowth: Extinct Animals |
ReGrowth: Wastelands |
Remote Detonator |
Remove Industrial Stuff |
Revia Race |
Revia Race - biotech |
Rim Contractors Arsenal |
Expand Down
Loading