Moved decl.c globals into instance globals.
This commit is contained in:
@@ -1579,7 +1579,7 @@ struct obj *sobj; /* scroll, or fake spellbook object for scroll-like spell */
|
||||
| (!confused || scursed ? ALL_MAP : 0));
|
||||
if (Hallucination) /* Ommmmmm! */
|
||||
Your("mind releases itself from mundane concerns.");
|
||||
else if (!strncmpi(plname, "Maud", 4))
|
||||
else if (!strncmpi(g.plname, "Maud", 4))
|
||||
pline(
|
||||
"As your mind turns inward on itself, you forget everything else.");
|
||||
else if (rn2(2))
|
||||
|
||||
Reference in New Issue
Block a user