* Gets how much damage is removed from the * craft while repairing. * @return The amount of damage. */
| 241 | * @return The amount of damage. |
| 242 | */ |
| 243 | int RuleCraft::getRepairRate() const |
| 244 | { |
| 245 | return _repairRate; |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Gets how much fuel is added to the |