diff --git a/src/dungeon.c b/src/dungeon.c index 034d1991f..a40096514 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -3438,6 +3438,9 @@ shop_string(int rtype) case WANDSHOP: str = "wand shop"; break; + case TOOLSHOP: + str = "hardware store"; + break; case BOOKSHOP: str = "bookstore"; break;