Skip to content

Commit

Permalink
Buff long worm speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 22, 2024
1 parent a3bca44 commit c22d63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/monsters.h
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@
M2_NASTY | M2_HOSTILE, 0,
NO_RACE, 10, CLR_GRAY, ROT_WORM),
MON(NAM("long worm"), S_WORM,
LVL(14, 3, -5, 10, 0), (G_GENO | 2),
LVL(14, 7, -5, 10, 0), (G_GENO | 2),
A(ATTK(AT_BITE, AD_PHYS, 2, 10),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(1500, 500, MS_SILENT, MZ_GIGANTIC), 0, 0,
Expand Down

0 comments on commit c22d63a

Please sign in to comment.