summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-28 00:49:44 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-28 20:27:01 +0200
commita456ec0fdf5c58b7c95dbc6a6a80f6ec876849b1 (patch)
tree58dff053b80a6a27dfa310d20490594de9e4d807 /crawl-ref/source/status.h
parent2e45d69132e6f804ca165cb8bef953966d69f95c (diff)
downloadcrawl-ref-a456ec0fdf5c58b7c95dbc6a6a80f6ec876849b1.tar.gz
crawl-ref-a456ec0fdf5c58b7c95dbc6a6a80f6ec876849b1.zip
Djinn: up, up, awaay!
Normally they float just above the ground, but when over any liquid, they need to exert themselves to rise higher. This has a penalty of 1.5x slowdown of all actions, unless the flight comes from an external source. Note that this applies to shallow water as well! Lava is included not because of hurting the djinni himself but because it would disintegrate all equipment, including even personal clothes.
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index fe063ed074..a65cfea06c 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -19,6 +19,7 @@ enum status_type
STATUS_SICK,
STATUS_SPEED,
STATUS_CLINGING,
+ STATUS_HOVER,
STATUS_SAGE,
STATUS_STR_ZERO,
STATUS_INT_ZERO,