| 706 | } |
| 707 | |
| 708 | int TransactionControl::getCargoDelta(int index) const |
| 709 | { |
| 710 | return !isBio && !isPerson ? -tradeState.shipmentsTotal(index) * storeSpace : 0; |
| 711 | } |
| 712 | |
| 713 | int TransactionControl::getBioDelta(int index) const |
| 714 | { |
no test coverage detected