Skip to content

Commit

Permalink
Texture fix; defaults fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Aug 30, 2018
1 parent 189c0fe commit 49a72ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Assemblies/MendAndRecycle.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Defs/ThingDefs/Buildings_Production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<graphicData>
<texPath>Things/Buildings/TableMending</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(3,1)</drawSize>
<drawSize>(3.5,1.5)</drawSize>
<damageData>
<cornerTL>Damage/Corner</cornerTL>
<cornerTR>Damage/Corner</cornerTR>
Expand Down
4 changes: 2 additions & 2 deletions Source/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class Settings : ModSettings
static readonly int[] DEFAULT_PRE_INDUSTRIAL_FAIL_CHANCE;
static readonly int[] DEFAULT_POST_INDUSTRIAL_FAIL_CHANCE;

public static bool requiresFuel;
public static bool requiresPower;
public static bool requiresFuel = true;
public static bool requiresPower = true;

static Settings()
{
Expand Down

0 comments on commit 49a72ec

Please sign in to comment.