* How much damage does this weapon do when you punch someone in the face with it? * @return The weapon's melee power. */
| 860 | * @return The weapon's melee power. |
| 861 | */ |
| 862 | int RuleItem::getMeleePower() const |
| 863 | { |
| 864 | return _meleePower; |
| 865 | } |
| 866 | |
| 867 | /** |
| 868 | * Is line of sight required for this psionic weapon to function? |