From 95b32e8537f724d38594b06473a966229c708999 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 13 Jul 2007 19:51:13 +0000 Subject: [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 --- crawl-ref/source/enum.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/enum.h') 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 -- cgit v1.2.3-54-g00ecf