Skip to content

[pull] NetHack-3.7 from NetHack:NetHack-3.7#605

Merged
pull[bot] merged 1 commit intosandutsar:NetHack-3.7from
NetHack:NetHack-3.7
Oct 21, 2022
Merged

[pull] NetHack-3.7 from NetHack:NetHack-3.7#605
pull[bot] merged 1 commit intosandutsar:NetHack-3.7from
NetHack:NetHack-3.7

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Oct 21, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

When not carrying any contained gold, or the only contained gold is
inside container(s) whose contents aren't known, ^X writes one line
about the hero's "wallet".  When known contained gold is present, it
writes two lines for gold, first one about wallet with the second
one about contained gold being a continuation of the first.  Move
the conjunction that combines them from the start of the second line
to the end of the first.

So change
|Your wallet contains M zorkmids,
|and you have N more contained in your pack.
to
|Your wallet contains M zorkmids, and
|you have N more contained in your pack.

and
|Your wallet is empty,
|but you have N zorkmids contained in your pack.
to
|Your wallet is empty, but
|you have N zorkmids contained in your pack.

It evens out the line lengths a little bit and starting the second
line with uncapitalized "you" seems slightly less jarring than with
"and" or "but".
@pull pull bot added the ⤵️ pull label Oct 21, 2022
@pull pull bot merged commit 7b62b2d into sandutsar:NetHack-3.7 Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants