* Gets the amount of stun removed from a soldier's stun level. * @return The amount of stun removed. */
| 566 | * @return The amount of stun removed. |
| 567 | */ |
| 568 | int RuleItem::getStunRecovery () const |
| 569 | { |
| 570 | return _stunRecovery; |
| 571 | } |
| 572 | |
| 573 | /** |
| 574 | * Gets the number of Time Units needed to use this item. |