mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-29 00:42:28 +01:00
Give madmen skilled trident (for use with Nodensfork)
This commit is contained in:
parent
b961e33dd9
commit
c8bfa262a0
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ static const struct def_skill Skill_Mad[] = {
|
|||
{ P_AXE, P_EXPERT }, { P_MORNING_STAR, P_SKILLED },
|
||||
{ P_CLUB, P_EXPERT }, { P_MACE, P_BASIC },
|
||||
{ P_DART, P_SKILLED }, { P_FLAIL, P_BASIC },
|
||||
{ P_SHORT_SWORD, P_BASIC },
|
||||
{ P_SHORT_SWORD, P_BASIC }, { P_TRIDENT, P_SKILLED },
|
||||
{ P_HARVEST, P_SKILLED }, { P_WHIP, P_SKILLED },
|
||||
{ P_ATTACK_SPELL, P_BASIC }, { P_ESCAPE_SPELL, P_SKILLED },
|
||||
{ P_HEALING_SPELL, P_SKILLED }, { P_DIVINATION_SPELL, P_EXPERT },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue