summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-13 19:51:13 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-13 19:51:13 +0000
commit95b32e8537f724d38594b06473a966229c708999 (patch)
tree3cf71a307afa618c6c3f011144a66d3cfeeed8e9 /crawl-ref/source/enum.h
parent3600271e4eacec0160f88dba0c76a72467e84a07 (diff)
downloadcrawl-ref-95b32e8537f724d38594b06473a966229c708999.tar.gz
crawl-ref-95b32e8537f724d38594b06473a966229c708999.zip
[1731587] Kenku get claw-kick and a small speed boost when flying unladen.
Swiftness speed boost is now given only if flying, not levitating. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1857 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 74041dab06..bb9ef9ad5f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1728,6 +1728,13 @@ enum launch_retval
LRET_THROWN
};
+enum flight_type
+{
+ FL_NONE = 0,
+ FL_FLY,
+ FL_LEVITATE
+};
+
enum level_area_type // you.level_type
{
LEVEL_DUNGEON, // 0