summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 2f1a0c4652..e8b5d42c1e 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -595,6 +595,10 @@ static void handle_wizard_command( void )
debug_make_trap();
break;
+ case '\\':
+ debug_make_shop();
+ break;
+
case 'f':
debug_fight_statistics(false);
break;