Merge branch 'hardware-shop-string' of https://github.com/nethackathon/NetHack into NetHack-3.7
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user