* Is strength applied to the damage of this weapon? * @return If we should apply strength. */
| 823 | * @return If we should apply strength. |
| 824 | */ |
| 825 | bool RuleItem::isStrengthApplied() const |
| 826 | { |
| 827 | return _strengthApplied; |
| 828 | } |
| 829 | |
| 830 | /** |
| 831 | * Is skill applied to the accuracy of this weapon? |