Moved decl.c globals into instance globals.
This commit is contained in:
@@ -86,7 +86,7 @@ char *outbuf;
|
||||
Sprintf(outbuf, "%s%s%s called %s",
|
||||
/* being blinded may hide invisibility from self */
|
||||
(Invis && (senseself() || !Blind)) ? "invisible " : "", race,
|
||||
mons[u.umonnum].mname, plname);
|
||||
mons[u.umonnum].mname, g.plname);
|
||||
if (u.usteed)
|
||||
Sprintf(eos(outbuf), ", mounted on %s", y_monnam(u.usteed));
|
||||
if (u.uundetected || (Upolyd && youmonst.m_ap_type))
|
||||
|
||||
Reference in New Issue
Block a user