sortloot of tools
Fix the first part of github issue 229. sortloot_classify() tries to group musical instruments separately from other tools, but missing 'break' in a 'switch' prevented that from happening--they were mixed together. Since that grouping isn't documented anywhere, only source divers would ever notice that it wasn't working as intended.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.123 $ $NHDT-Date: 1570230710 2019/10/04 23:11:50 $
|
||||
$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.124 $ $NHDT-Date: 1570232224 2019/10/04 23:37:04 $
|
||||
|
||||
This fixes36.3 file is here to capture information about updates in the 3.6.x
|
||||
lineage following the release of 3.6.2 in May 2019. Please note, however,
|
||||
@@ -171,6 +171,8 @@ ball and chain could end up too far from punished hero (triggering b&c warning
|
||||
avoid 'object lost' panic when polymorph causes loss of levitation boots or
|
||||
water walking boots which dumps hero into water where emergency
|
||||
disrobing/dropping in order to crawl out chooses to drop those boots
|
||||
'sortloot's attempt to group musical instruments separately from other tools
|
||||
didn't work as intended due to missing 'break' in sortloot_classify()
|
||||
|
||||
|
||||
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user