summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-09 21:34:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-09 21:34:21 +0000
commit18092af0ef3d2972919f65cbe34c93a00b756d65 (patch)
tree1c57d6c613271009fd233bd36cb288669632e486 /crawl-ref/source/enum.h
parent00dd4bdc4c80d299974361bfe61a8bdacf4e99f5 (diff)
downloadcrawl-ref-18092af0ef3d2972919f65cbe34c93a00b756d65.tar.gz
crawl-ref-18092af0ef3d2972919f65cbe34c93a00b756d65.zip
Some more changes to the tutorial, most importantly to
the skill screen (please check this, guys!) - I also changed the targetting description in the tutorial messages. If I've counted right, we've not got five commands to shoot at a previously selected target, namely ., f, p, t and Enter. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1566 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 28a846bb8b..a423412ad5 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3693,7 +3693,8 @@ enum tutorial_event_type
TUT_YOU_MUTATED, // 40
TUT_NEW_ABILITY,
TUT_WIELD_WEAPON,
- TUT_EVENTS_NUM // 43
+ TUT_FLEEING_MONSTER,
+ TUT_EVENTS_NUM // 44
}; // for numbers higher than 45 change size of tutorial_events in externs.h
enum tutorial_types