* Gets the amount of health added to a wounded soldier's health. * @return The amount of health to add. */
| 548 | * @return The amount of health to add. |
| 549 | */ |
| 550 | int RuleItem::getHealthRecovery () const |
| 551 | { |
| 552 | return _healthRecovery; |
| 553 | } |
| 554 | |
| 555 | /** |
| 556 | * Gets the amount of energy added to a soldier's energy. |