fix github issue #1413 - mimic feedback for gold

Issue reported by ars3niy:  if a mimic was given the shape of a
gold piece it gets reported as 2 gold pieces but the message was
|A gold pieces appears next to you.

Avoid article "A" prefix, and use plural verb "appear" instead of
singular "appears", yielding
|Gold pieces appear next to you.

Fixes #1413
This commit is contained in:
PatR
2025-05-30 22:20:21 -07:00
parent 4533208473
commit d2810a4bcd
3 changed files with 5 additions and 2 deletions

View File

@@ -2116,6 +2116,7 @@ successfully disarming a chest trap was clearing the chest's 'tknown' bit
used up the trap
when game ended with 'force_invmenu' On, final disclosure of inventory would
contain spurious menu entry "? - (list likely candidates)"
avoid reporting "a gold pieces appears next to you" for mimic
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository