From 5acddebb3c84b4e07871893d24156c324138e7db Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 19 Nov 2018 22:09:14 +0200 Subject: [PATCH] Init long worm even if it does not have a tail Long worms with no tail parts still apparently need to have the zero-length tail placed. --- src/mon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mon.c b/src/mon.c index 56c5da13f..785b691b5 100644 --- a/src/mon.c +++ b/src/mon.c @@ -3577,8 +3577,7 @@ boolean msg; /* "The oldmon turns into a newmon!" */ #endif /* we can now create worms with tails - 11/91 */ initworm(mtmp, rn2(5)); - if (count_wsegs(mtmp)) - place_worm_tail_randomly(mtmp, mtmp->mx, mtmp->my); + place_worm_tail_randomly(mtmp, mtmp->mx, mtmp->my); } newsym(mtmp->mx, mtmp->my);