DanielT / NitroHack

A fork of NetHack 3.4.3
nitrohack.org
21 stars 2 forks source link

Tool shops, bookstores and lighting shops recorded wrongly in dungeon overview #27

Open tung opened 12 years ago

tung commented 12 years ago

To reproduce, enter Minetown in wizard mode and teleport into any one of these stores (i.e. without dungeon overview saying "some shops"). Viewing the dungeon overview, the wrong kind of shop will be recorded.

The solution is to add "a tool shop" between "a wand shop" and "a bookstore" in shopnames[] in libnitrohack/src/dungeon.c, as I do here.