Unpaid globs showed weight info unconditionally outside of wizmode

globwt() didn't check for wizmode, so unpaid globs would be shown with weight
information even for normal player.

Eliminated globwt() completely and consolidated the output of aum in one place
as we don't really care about the ordering of debug info in wizmode.
This commit is contained in:
Patric Mueller
2020-01-08 11:26:40 +01:00
parent df50d4cf17
commit 2965488525
2 changed files with 9 additions and 28 deletions

View File

@@ -35,6 +35,7 @@ make earthquake which hits a secret door or a secret corridor reveal it
wizard mode wishing for "Amulet of Yendor" has 50:50 chance for true Amulet
or a cheap plastic imitation; recognize "real Amulet of Yendor" and
"fake Amulet of Yendor" to precisely specify either of them
unpaid globs showed weight info unconditionally outside of wizmode
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository