Misc tech tree & block stuff
This commit is contained in:
@@ -144,7 +144,7 @@ public class PayloadDeconstructor extends PayloadBlock{
|
||||
time += edelta();
|
||||
|
||||
for(int i = 0; i < reqs.length; i++){
|
||||
accum[i] += reqs[i].amount * state.rules.deconstructRefundMultiplier * realShift;
|
||||
accum[i] += reqs[i].amount * (payload instanceof BuildPayload ? state.rules.buildCostMultiplier : 1f) * realShift;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user