attempt to resolve issue #1368

Resolve #1368
This commit is contained in:
nhmall
2025-01-24 17:06:17 -05:00
parent c9abc92dd7
commit 02102de396
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ initedog(struct monst *mtmp)
mtmp->meating = 0;
EDOG(mtmp)->droptime = 0;
EDOG(mtmp)->dropdist = 10000;
EDOG(mtmp)->apport = ACURR(A_CHA);
EDOG(mtmp)->apport = max(1, ACURR(A_CHA));
EDOG(mtmp)->whistletime = 0;
EDOG(mtmp)->hungrytime = 1000 + svm.moves;
EDOG(mtmp)->ogoal.x = -1; /* force error if used before set */