summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2014-01-27 00:26:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2014-01-27 14:10:53 +0100
commitee4c0d4aa3b868219109197b0dfbcf3fb505e751 (patch)
treea59235c7f90cb88bc6436055eccc49fb6b90fcd9 /crawl-ref/source/status.h
parent7384a709820f8237e591871c445abe6b01223af3 (diff)
downloadcrawl-ref-ee4c0d4aa3b868219109197b0dfbcf3fb505e751.tar.gz
crawl-ref-ee4c0d4aa3b868219109197b0dfbcf3fb505e751.zip
Don't give formicids a remote digging ray, let them dig in person.
The ability merely "extends your mandibles" and gives a status light, once you got the light you can walk through diggable rock. Digging takes 15 aut per square (ie, is 1.5× slower than walking).
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 038def6adc..59cf8adb78 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -16,6 +16,7 @@ enum status_type
STATUS_HUNGER,
STATUS_REGENERATION,
STATUS_ROT,
+ STATUS_DIG,
STATUS_SICK,
STATUS_SPEED,
STATUS_CLINGING,