Merge branch 'hardware-shop-string' of https://github.com/nethackathon/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-05-07 12:30:08 -04:00
+3
View File
@@ -3439,6 +3439,9 @@ shop_string(int rtype)
case WANDSHOP: case WANDSHOP:
str = "wand shop"; str = "wand shop";
break; break;
case TOOLSHOP:
str = "hardware store";
break;
case BOOKSHOP: case BOOKSHOP:
str = "bookstore"; str = "bookstore";
break; break;