Skip to content

Commit

Permalink
fix accidental paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattlesquat committed Feb 9, 2021
1 parent b47ad3e commit 4a3a085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DeathRun/DeathRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ public static void Patch()
};
if (!Config.NORMAL.Equals(DeathRun.config.batteryCosts))
{
new Ingredient(TechType.WiringKit, 1),
ingredients.Add(new Ingredient(TechType.Battery, 1));
}
techChanges.Add(TechType.Builder, new TechData { craftAmount = 1, Ingredients = ingredients });
Expand Down

0 comments on commit 4a3a085

Please sign in to comment.