From d8df7ed73306c943a4745270abc018b35e920ad2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 6 Jun 2019 08:14:11 -0400 Subject: [PATCH] merge bit --- src/pray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1