]> granicus.if.org Git - nethack/commitdiff
merge bit
authornhmall <nhmall@nethack.org>
Thu, 6 Jun 2019 12:14:11 +0000 (08:14 -0400)
committernhmall <nhmall@nethack.org>
Thu, 6 Jun 2019 12:14:11 +0000 (08:14 -0400)
src/pray.c

index 0be26a822ea7a59200be7368a60dbc8f1e38d2e5..a405cdc5e69890d3f77f03bdb3f9a3deeb744167 100644 (file)
@@ -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);