summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index f9e4e62326..23ddcba5da 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2172,13 +2172,6 @@ std::string status_mut_abilities()
text += info;
have_any = true;
break;
- case MUT_SLEEPINESS:
- if (have_any)
- text += ", ";
- snprintf(info, INFO_SIZE, "sleepiness %d", level);
- text += info;
- have_any = true;
- break;
/* demonspawn mutations */
case MUT_TORMENT_RESISTANCE:
@@ -2299,12 +2292,6 @@ std::string status_mut_abilities()
text += "talons";
have_any = true;
break;
- case MUT_PAWS:
- if (have_any)
- text += ", ";
- text += "soft paws";
- have_any = true;
- break;
case MUT_BREATHE_POISON:
if (have_any)
text += ", ";