summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index bd226dc7d8..b88c8d6862 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -542,6 +542,7 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
case '@': wizard_set_stats(); break;
case '^': wizard_gain_piety(); break;
case '_': wizard_get_religion(); break;
+ case '-': wizard_get_god_gift(); break;
case '\'': wizard_list_items(); break;
case 'd': wizard_level_travel(true); break;
case 'D': wizard_detect_creatures(); break;