summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-14 12:24:10 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-14 12:24:10 -0400
commitedb40d360931499a73b11273a2af2a7e1d5fe4f4 (patch)
tree0cbaeeb16f3aa7e9f2fcaecef9467cf0513775ec /crawl-ref/source/status.cc
parentf983490b193a098cabc2e460b7abaf99972b2dda (diff)
downloadcrawl-ref-edb40d360931499a73b11273a2af2a7e1d5fe4f4.tar.gz
crawl-ref-edb40d360931499a73b11273a2af2a7e1d5fe4f4.zip
Remove plague shamblers.
The idea behind the miasma death explosion is interesting, but in general miasma can be extremely annoying and the cloud rather easy to avoid. This is especially true in the layout of Crypt, which is the only place they show up outside of vaults. The retching attack gave a rare special case that very rarely mattered and didn't help to distinguish them all that much.
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 fff6eb0851..ed0cae69ae 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -136,8 +136,6 @@ static duration_def duration_data[] =
BLUE, "Slay", "singing", "Your melee attacks are strengthened by your song."},
{ DUR_FLAYED, true,
RED, "Flay", "flayed", "You are covered in terrible wounds." },
- { DUR_RETCHING, true,
- RED, "Retch", "retching", "You are retching with violent nausea." },
{ DUR_WEAK, false,
RED, "Weak", "weakened", "Your attacks are enfeebled." },
{ DUR_DIMENSION_ANCHOR, false,