follow-up u.uswallow

This commit is contained in:
nhmall
2023-11-10 19:01:16 -05:00
parent b03e5c1ad7
commit ee0247ac5f

View File

@@ -1967,7 +1967,7 @@ x_monnam(
if (article == ARTICLE_YOUR && !mtmp->mtame) if (article == ARTICLE_YOUR && !mtmp->mtame)
article = ARTICLE_THE; article = ARTICLE_THE;
if (mtmp == u.ustuck) { if (u.uswallow && mtmp == u.ustuck) {
/* /*
* This monster has become important, for the moment anyway. * This monster has become important, for the moment anyway.
* As the hero's consumer, it is worthy of ARTICLE_THE. * As the hero's consumer, it is worthy of ARTICLE_THE.