--------------------------------------------- RETURN CARGO -----------------------------------------------
| 180 | } |
| 181 | //--------------------------------------------- RETURN CARGO ----------------------------------------------- |
| 182 | bool Unitset::returnCargo(bool shiftQueueCommand) const |
| 183 | { |
| 184 | return this->issueCommand(UnitCommand::returnCargo(nullptr, shiftQueueCommand)); |
| 185 | } |
| 186 | //--------------------------------------------- REPAIR ----------------------------------------------------- |
| 187 | bool Unitset::repair(Unit target, bool shiftQueueCommand) const |
| 188 | { |
nothing calls this directly
no test coverage detected