Add missing hardware shop string

This commit is contained in:
disperse
2024-05-07 11:57:46 -04:00
parent f5cde4cfd6
commit c955b086b2

View File

@@ -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;