summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-11 19:05:36 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-16 22:05:59 +0100
commit39028f5fbff9d0be847df40c45162b10f914dbe8 (patch)
tree1b5253f424ada063022c131a08904aa6a28412c1 /crawl-ref/source/status.cc
parent1b8d4f65eba2fff295fcd688a7216096fc89b338 (diff)
downloadcrawl-ref-39028f5fbff9d0be847df40c45162b10f914dbe8.tar.gz
crawl-ref-39028f5fbff9d0be847df40c45162b10f914dbe8.zip
Adjust Jiyva's jelly prayer ability
Remove the "Pray" status light, slightly randomise the duration per-jelly, and improve the messages and description.
Diffstat (limited to 'crawl-ref/source/status.cc')
-rw-r--r--crawl-ref/source/status.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/status.cc b/crawl-ref/source/status.cc
index ccdb87ea6f..a2ad23fa24 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -74,8 +74,6 @@ static duration_def duration_data[] =
RED, "Stone", "petrified", "You are petrified." },
{ DUR_PETRIFYING, true,
MAGENTA, "Petr", "petrifying", "You are turning to stone." },
- { DUR_JELLY_PRAYER, false,
- WHITE, "Pray", "jelly paralyse", "You are paralysing nearby jellies." },
{ DUR_RESISTANCE, true,
LIGHTBLUE, "Resist", "resistant", "You resist elements." },
{ DUR_SLIMIFY, true,