summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-11-25 16:36:04 -0500
committerelliptic <hyperelliptical@gmail.com>2012-11-25 16:36:04 -0500
commitde3fb26c28f66f85dcc14504330281c502b3cd8d (patch)
tree0eb3b38d051ca2bc4635d517268c50d931630b40 /crawl-ref/source/status.h
parentad6ccffd172ea1a731f772da8fc336d15c6d220d (diff)
downloadcrawl-ref-de3fb26c28f66f85dcc14504330281c502b3cd8d.tar.gz
crawl-ref-de3fb26c28f66f85dcc14504330281c502b3cd8d.zip
Display the status light for non-spell sources of RMsl.
As with flight, the light is white instead of blue when permanent.
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index 16945df107..fe55b7c939 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -32,7 +32,8 @@ enum status_type
STATUS_SUPPRESSED,
STATUS_TERRAIN,
STATUS_SILENCE,
- STATUS_LAST_STATUS = STATUS_SILENCE
+ STATUS_MISSILES,
+ STATUS_LAST_STATUS = STATUS_MISSILES
};
struct status_info