* Gets the amount of time the craft weapon takes to * reload in standard mode. * @return The time in game seconds. */
| 147 | * @return The time in game seconds. |
| 148 | */ |
| 149 | int RuleCraftWeapon::getStandardReload() const |
| 150 | { |
| 151 | return _reloadStandard; |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Gets the amount of time the craft weapon takes to |
no outgoing calls
no test coverage detected