Set curve names properly

This commit is contained in:
2024-11-30 09:57:04 -05:00
parent 92db9e1086
commit f410fc5482
6 changed files with 22 additions and 22 deletions
@@ -71,7 +71,7 @@ public class TransferStatPowerAction extends AbstractPowerAction {
public float getTransferAmount(float trains) {
// if (this.transferRampAdd)
return this.powerAction.statTransfer.fromStatValue + (this.transferRamp * trains);
return this.powerAction.statTransfer.ramp + (this.transferRamp * trains);
// else
// return this.transferAmount * (1 + (this.transferRamp * trains));
}