* Gets the amount of time the craft weapon takes to * reload in cautious mode. * @return The time in game seconds. */
| 137 | * @return The time in game seconds. |
| 138 | */ |
| 139 | int RuleCraftWeapon::getCautiousReload() const |
| 140 | { |
| 141 | return _reloadCautious; |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Gets the amount of time the craft weapon takes to |