* Gets the maximum range of this craft weapon. * @return The range in km. */
| 117 | * @return The range in km. |
| 118 | */ |
| 119 | int RuleCraftWeapon::getRange() const |
| 120 | { |
| 121 | return _range; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Gets the percentage chance of each shot of |
no outgoing calls
no test coverage detected