Wizard-mode fruit information should not be conditional on the gods not
being angry.
This commit is contained in:
@@ -2053,6 +2053,7 @@ int final;
|
|||||||
if (wizard) Sprintf(eos(buf), " (%d)", u.ublesscnt);
|
if (wizard) Sprintf(eos(buf), " (%d)", u.ublesscnt);
|
||||||
#endif
|
#endif
|
||||||
you_can(buf,"");
|
you_can(buf,"");
|
||||||
|
}
|
||||||
if (wizard) {
|
if (wizard) {
|
||||||
int fcount = 0;
|
int fcount = 0;
|
||||||
struct fruit *f;
|
struct fruit *f;
|
||||||
@@ -2067,7 +2068,6 @@ int final;
|
|||||||
Sprintf(buf, "%d", flags.made_fruit);
|
Sprintf(buf, "%d", flags.made_fruit);
|
||||||
enl_msg("The made fruit flag ", "is ", "was ", buf, "");
|
enl_msg("The made fruit flag ", "is ", "was ", buf, "");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
const char *p;
|
const char *p;
|
||||||
|
|||||||
Reference in New Issue
Block a user