Skip to content

Commit

Permalink
Raise Aleax weapon attacks to 2d6 (SporkHack).
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 4, 2024
1 parent ecabeaf commit 889341e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/monsters.h
Original file line number Diff line number Diff line change
Expand Up @@ -2021,8 +2021,8 @@
MH_ANGEL, 11, CLR_GREEN, COUATL),
MON(NAM("Aleax"), S_ANGEL,
LVL(10, 8, 0, 30, 7), (G_NOHELL | G_NOCORPSE | 1),
A(ATTK(AT_WEAP, AD_PHYS, 1, 6),
ATTK(AT_WEAP, AD_PHYS, 1, 6),
A(ATTK(AT_WEAP, AD_PHYS, 2, 6),
ATTK(AT_WEAP, AD_PHYS, 2, 6),
ATTK(AT_KICK, AD_PHYS, 1, 4),
NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(WT_HUMAN, 400, MS_IMITATE, MZ_HUMAN),
Expand Down

0 comments on commit 889341e

Please sign in to comment.