1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 18:02:26 +01:00

Monks get boomerangs at skilled

This commit is contained in:
ChrisANG 2021-10-30 13:00:38 -04:00
parent ea6bcaa432
commit 81e1df27f1

View file

@ -1105,6 +1105,7 @@ static const struct def_skill Skill_Mon[] = {
{ P_ENCHANTMENT_SPELL, P_BASIC },{ P_CLERIC_SPELL, P_SKILLED },
{ P_ESCAPE_SPELL, P_BASIC }, { P_MATTER_SPELL, P_BASIC },
{ P_MARTIAL_ARTS, P_GRAND_MASTER }, { P_TWO_WEAPON_COMBAT, P_GRAND_MASTER },
{ P_BOOMERANG, P_SKILLED },
#ifdef BARD
{ P_MUSICALIZE, P_BASIC },
#endif