From cd74a2a99e052308d64c3ec29a1c6291b8c60dbc Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 24 Jan 2024 17:49:58 +0200 Subject: [PATCH] Fix Juiblex attacking without knowing your location Juiblex could expel the hero over water, they'd get relocated to a safe location, but Juiblex was still thinking they were at the location it expelled them. --- src/monmove.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/monmove.c b/src/monmove.c index 5282f1890..a1297d537 100644 --- a/src/monmove.c +++ b/src/monmove.c @@ -683,6 +683,7 @@ dochug(register struct monst* mtmp) /* tactics -> mnexto -> deal_with_overcrowding */ if (mtmp->mstate) return 0; + set_apparxy(mtmp); } /* check distance and scariness of attacks */