breaking empty wands

I found a copy of a news posting from 1996 which suggested that
using a[pply] to break a wand which has 0 charges should have a chance of
wresting out one extra charge, like zapping.  That way the player can't
destroy spent wands with impunity, and it makes the two wand actions be
more consistent.  Also, it's trivial to implement.  :-)
This commit is contained in:
nethack.rankin
2007-05-08 02:02:22 +00:00
parent 6df91448c1
commit 49d0204fc4
2 changed files with 12 additions and 2 deletions

View File

@@ -390,6 +390,7 @@ give feedback when a nearby monster grows into a stronger form
familiars are now created without any starting inventory
using the 'f' command when quiver is empty will fill quiver if player selects
a stack of 2 or more items in response to the "what to throw?" prompt
breaking a wand with the apply command has a chance to wrest an extra charge
Platform- and/or Interface-Specific New Features