diff --git a/src/dungeon.c b/src/dungeon.c index 9c533e52d..fce3bc9f9 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -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;