fruit enlightenment
Move the 'if (wizard) { /* give feedback for named fruit */ }' code
in ^X/enlightenment into an #if DEBUG block, and expand the if (wizard)
predicate with '&& explicitdebug("fruit")' to require that 'fruit' be in
DEBUGFILES. So, build with DEBUG enabled and run via
|% DEBUGFILES='fruit' nethack
to get it back....
This isn't actually a bug fix and it isn't necessary for 3.6.1, but I
got tired of seeing ^X and end-of-game disclosure of attributes end with
three lines about fruit when I'm not doing anything with named fruit.
This commit is contained in:
@@ -6,6 +6,7 @@ doc/*.6 man pages and corresponding doc/*.txt text copies were out of date
|
||||
data.base entry for "lava" had wrong first name for Don Woods' attribution
|
||||
cursed genocide of "none" sent in monsters, but "that's enough tries" didn't
|
||||
update MAXPLAYERS documentation in sysconf file and allow 0 for it
|
||||
wizard mode: don't include feedback about named fruit for ^X and enlightenment
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user