* What sound does this weapon make when you punch someone in the face with it? * @return The weapon's melee hit sound. */
| 851 | * @return The weapon's melee hit sound. |
| 852 | */ |
| 853 | int RuleItem::getMeleeHitSound() const |
| 854 | { |
| 855 | return _meleeHitSound; |
| 856 | } |
| 857 | |
| 858 | /** |
| 859 | * How much damage does this weapon do when you punch someone in the face with it? |