* Returns the item's recovery points. * This is used during the battlescape debriefing score calculation. * @return The recovery points. */
| 622 | * @return The recovery points. |
| 623 | */ |
| 624 | int RuleItem::getRecoveryPoints() const |
| 625 | { |
| 626 | return _recoveryPoints; |
| 627 | } |
| 628 | |
| 629 | /** |
| 630 | * Returns the item's armor. |