* Gets the maximum fuel the craft can contain. * @return The fuel amount. */
| 132 | * @return The fuel amount. |
| 133 | */ |
| 134 | int RuleCraft::getMaxFuel() const |
| 135 | { |
| 136 | return _fuelMax; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Gets the maximum damage (damage the craft can take) |
no outgoing calls
no test coverage detected