From c22d63a86303f78c73bac115308592e0ac211c02 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Sun, 22 Dec 2024 16:56:18 -0500 Subject: [PATCH] Buff long worm speed. --- include/monsters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/monsters.h b/include/monsters.h index 6b0b19649..3de07e887 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -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,