Skip to content

Commit

Permalink
removed dropdown from vacuum+fueling
Browse files Browse the repository at this point in the history
  • Loading branch information
zymex22 committed Oct 19, 2020
1 parent 937b88f commit 65f8b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Defs/ThingDefs_Buildings/Buildings_Transport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<defName>FuelingMachine</defName>
<label>fueling machine</label>
<thingClass>ProjectRimFactory.Industry.Building_FuelingMachine</thingClass>
<designatorDropdown>PRF_Fuel_gr</designatorDropdown>
<!-- <designatorDropdown>PRF_Fuel_gr</designatorDropdown> -->
<graphicData>
<texPath>Industry/FuelingMachine</texPath>
<graphicClass>Graphic_Multi</graphicClass>
Expand Down Expand Up @@ -68,7 +68,7 @@
<defName>SAL_SmartHopper</defName>
<label>Vacuum Hopper</label>
<thingClass>ProjectRimFactory.SAL3.Things.Building_SmartHopper</thingClass>
<designatorDropdown>PRF_Fuel_gr</designatorDropdown>
<!-- <designatorDropdown>PRF_Fuel_gr</designatorDropdown> -->
<uiIconScale>0.7</uiIconScale>
<graphicData>
<texPath>Storage/vacuum</texPath>
Expand Down
10 changes: 1 addition & 9 deletions Settings/Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<font>Small</font>
<anchor>MiddleCenter</anchor>
<text>PRF.Settings.restartMessage</text>
</Row>
</Row>

<Row Class="ProjectRimFactory.Common.GapRow" />

Expand Down Expand Up @@ -257,14 +257,6 @@
<success>Always</success>
<xpath>/Defs/ThingDef[defName="RecipeDatabase"]/designatorDropdown</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<success>Always</success>
<xpath>/Defs/ThingDef[defName="SAL_SmartHopper"]/designatorDropdown</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<success>Always</success>
<xpath>/Defs/ThingDef[defName="FuelingMachine"]/designatorDropdown</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<success>Always</success>
<xpath>/Defs/ThingDef[defName="Building_AutoMachineTool_Slaughterhouse"]/designatorDropdown</xpath>
Expand Down

0 comments on commit 65f8b9b

Please sign in to comment.