summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-07 18:16:55 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-07 19:05:22 +0100
commitd7d467d4315933084930cb7e0ea2b01206dfb6a9 (patch)
tree554f626d029db3cecd93176b584296268afe6c94 /crawl-ref/source/newgame.cc
parentda4a0999e32825c045062dfcbb2887e6dd0bc3e3 (diff)
downloadcrawl-ref-d7d467d4315933084930cb7e0ea2b01206dfb6a9.tar.gz
crawl-ref-d7d467d4315933084930cb7e0ea2b01206dfb6a9.zip
Fix the tutorial not loading
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index c74fea69f4..ab3e0b2669 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -178,7 +178,7 @@ void choose_tutorial_character(newgame_def* ng_choice)
{
ng_choice->species = SP_HIGH_ELF;
ng_choice->job = JOB_FIGHTER;
- ng_choice->weapon = WPN_MACE;
+ ng_choice->weapon = WPN_FLAIL;
}
static void _resolve_species(newgame_def* ng, const newgame_def* ng_choice)