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

View File

@@ -3439,6 +3439,9 @@ shop_string(int rtype)
case WANDSHOP:
str = "wand shop";
break;
case TOOLSHOP:
str = "hardware store";
break;
case BOOKSHOP:
str = "bookstore";
break;