From: nhmall Date: Thu, 6 Jun 2019 12:14:11 +0000 (-0400) Subject: merge bit X-Git-Tag: NetHack-3.7.0_WIP~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8df7ed73306c943a4745270abc018b35e920ad2;p=nethack merge bit --- diff --git a/src/pray.c b/src/pray.c index 0be26a822..a405cdc5e 100644 --- a/src/pray.c +++ b/src/pray.c @@ -1952,7 +1952,7 @@ doturn() Gname = halu_gname(u.ualign.type); /* [What about needing free hands (does #turn involve any gesturing)?] */ - if (!can_chant(&youmonst)) { + if (!can_chant(&g.youmonst)) { /* "evilness": "demons and undead" is too verbose and too precise */ You("are %s upon %s to turn aside evilness.", Strangled ? "not able to call" : "incapable of calling", Gname);