Commit Graph
107 Commits
Author SHA1 Message Date
cohrs 6023565065 typo
"splatt" should be "splat"
2002-01-30 03:08:36 +00:00
cohrs f51556bc59 eggs and other breakables break falling down stairs
<Someone> questioned why eggs and potions don't break when falling downstairs.
For that matter, other breakables should as well.
2002-01-29 06:35:17 +00:00
arromdee 1b08077c93 egg breaking
This fixes beta bug 2012.
2002-01-28 02:24:02 +00:00
nethack.allison f2fe0a3d5c The word "zorkmid" was hard-coded in format strings all
over the place.

Often they would use
	"%ld zorkmid%s", amt, plur(amt)
but not consistently, so some of the hard-coded usage
could result in "1 zorkmids"

This adds the function
	currency(long)
to return the name of the currency, either plural
or singular depending on the argument passed to it.
That eliminates the need for the extra %s in the
format string and the use of the plur() macro.
2002-01-21 03:35:04 +00:00
nethack.allison 767335698b <Someone>'s touchstone code and a bee swarm bit. 2002-01-09 03:31:30 +00:00
cohrs c77073be31 sync changes since last snapshot 2002-01-07 02:12:04 +00:00
jwalz 8610b76891 *** empty log message *** 2002-01-05 21:05:48 +00:00