Skip to content

Commit

Permalink
Merge branch 'Anuken:master' into patch-navanax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerenta authored Aug 12, 2023
2 parents ae07f19 + 7999eb4 commit 0a6e7f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void updateTile(){
time += edelta();

for(int i = 0; i < reqs.length; i++){
accum[i] += reqs[i].amount * (payload instanceof BuildPayload ? state.rules.buildCostMultiplier : state.rules.unitCost(team)) * realShift;
accum[i] += reqs[i].amount * (deconstructing instanceof BuildPayload ? state.rules.buildCostMultiplier : state.rules.unitCost(team)) * realShift;
}
}

Expand Down

0 comments on commit 0a6e7f6

Please sign in to comment.