Use macro for a location next to hero
This commit is contained in:
@@ -2046,7 +2046,7 @@ distant_monnam(struct monst *mon,
|
||||
unless you're adjacent (overridden for hallucination which does
|
||||
its own obfuscation) */
|
||||
if (mon->data == &mons[PM_HIGH_CLERIC] && !Hallucination
|
||||
&& Is_astralevel(&u.uz) && distu(mon->mx, mon->my) > 2) {
|
||||
&& Is_astralevel(&u.uz) && !next2u(mon->mx, mon->my)) {
|
||||
Strcpy(outbuf, article == ARTICLE_THE ? "the " : "");
|
||||
Strcat(outbuf, mon->female ? "high priestess" : "high priest");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user