Skip to content

Commit

Permalink
fix for Issue Vswe#14 - increased time to complete operation to match…
Browse files Browse the repository at this point in the history
… vanilla furnace speed and fuel consumption
  • Loading branch information
the-vindex committed Aug 29, 2015
1 parent 53a0852 commit 0aa0b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/vswe/production/page/unit/Unit.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public int getId() {

public abstract int createSlots(int id);

public static final int PRODUCTION_TIME = 400;
public static final int PRODUCTION_TIME = 800;
private int productionProgress;
private int chargeCount;
public static final int CHARGES_PER_LEVEL = 4;
Expand Down

0 comments on commit 0aa0b5b

Please sign in to comment.