Skip to content

Commit c7d904e

Browse files
remove re-arm trap job for 1973
1 parent beefc0c commit c7d904e

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

About/About.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>Work Tab</name>
44
<author>Fluffy</author>
55
<url>https://ludeon.com/forums/index.php?topic=15964.0</url>
6-
<targetVersion>1.0.1970</targetVersion>
6+
<targetVersion>1.0.1974</targetVersion>
77
<description>Provides a vastly more customizable work tab.
88

99
&lt;size=24&gt;Important&lt;/size&gt;
@@ -43,7 +43,7 @@ Arex-rus: Russian translation (fixes)
4343
mora145: Spanish translation
4444

4545
&lt;size=24&gt;Version&lt;/size&gt;
46-
This is version 2.3.142, for RimWorld 1.0.1970.
46+
This is version 2.3.144, for RimWorld 1.0.1974.
4747

4848
</description>
4949
</ModMetaData>

Assemblies/WorkTab.dll

6.5 KB
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5454
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)
5555

5656
# Version
57-
This is version 2.3.142, for RimWorld 1.0.1970.
57+
This is version 2.3.144, for RimWorld 1.0.1974.

Source/Extensions/Job_Extensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ public static string DefaultIconPath(this JobDef job)
228228
// repair
229229
if (job == JobDefOf.FixBrokenDownBuilding ||
230230
job == JobDefOf.Repair ||
231-
job == JobDefOf.Maintain ||
232-
job == JobDefOf.RearmTrap )
231+
job == JobDefOf.Maintain )
233232
return "UI/Icons/Various/wrench";
234233

235234
// cook

Source/WorkTab.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Reference Include="0Harmony">
3535
<HintPath>..\..\..\harmony\0Harmony.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Assembly-CSharp, Version=1.0.6775.37815, Culture=neutral, PublicKeyToken=null">
37+
<Reference Include="Assembly-CSharp">
3838
<HintPath>..\..\..\dlls\Assembly-CSharp.dll</HintPath>
3939
<Private>False</Private>
4040
</Reference>
@@ -93,6 +93,6 @@
9393
<ItemGroup />
9494
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9595
<PropertyGroup>
96-
<PostBuildEvent>node ../../postbuild update -x -n "Work Tab"</PostBuildEvent>
96+
<PostBuildEvent>mod update -x -n "Work Tab"</PostBuildEvent>
9797
</PropertyGroup>
9898
</Project>

0 commit comments

Comments
 (0)