throw-and-return vs !fixinv
Implement the request that a wielded+thrown aklys be given the same inventory letter when it returns and is caught and rewielded, even for the !fixinv setting where inventory letters don't stick. Works for Valkyrie-thrown Mjollnir and returning (ie, didn't hit) boomerangs as well as for aklys. I'm not sure how useful this really is, because on the rare occasions that it either doesn't return or fails to be caught, it won't be given the same letter when subsequently picked up. So the player who relies on it will still be vulnerable to using the wrong letter next time a throw is attempted. But at least picking it up explicitly displays the new inventory letter, unlike catching it upon return.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.107 $ $NHDT-Date: 1582364458 2020/02/22 09:40:58 $
|
||||
$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.114 $ $NHDT-Date: 1583073988 2020/03/01 14:46:28 $
|
||||
|
||||
General Fixes and Modified Features
|
||||
-----------------------------------
|
||||
@@ -167,6 +167,9 @@ tipping your cap might get a response
|
||||
special levels can be flipped horizontally and/or vertically
|
||||
new special level initialization routine, "swamp"
|
||||
demon lords and princes suppress teleporting in Gehennom
|
||||
for !fixinv option where inventory letters normally don't stick, try to put
|
||||
a throw-and-return weapon back into the same inventory slot it gets
|
||||
thrown from; only works if it does return and is successfully caught
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific New Features
|
||||
|
||||
Reference in New Issue
Block a user