* Gets the amount of time the craft weapon takes to * reload in aggressive mode. * @return The time in game seconds. */
| 157 | * @return The time in game seconds. |
| 158 | */ |
| 159 | int RuleCraftWeapon::getAggressiveReload() const |
| 160 | { |
| 161 | return _reloadAggressive; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Gets the maximum amount of ammo the craft weapon |