summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-19 17:40:41 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-19 17:47:03 +0100
commit91977a6aa4442d17b60edc159a92325283644256 (patch)
tree75140dc361d6f9942e098ea814a9e9d6c151feaf /crawl-ref/source/player.cc
parentb4910ef5406fb13e1727eed3176764142f41da87 (diff)
downloadcrawl-ref-91977a6aa4442d17b60edc159a92325283644256.tar.gz
crawl-ref-91977a6aa4442d17b60edc159a92325283644256.zip
Remove some out-of-date Zotdef messages
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 275bfc18f2..a1019d8ccd 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3484,18 +3484,12 @@ void level_change(int source, const char* aux, bool skip_attribute_increase)
mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through acquiring gold.");
if (you.experience_level == 22)
mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through the making of oklob circles.");
- if (you.experience_level == 23)
- mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through invoking Sage effects.");
if (you.experience_level == 24)
mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through acquirement.");
if (you.experience_level == 25)
mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through the making of blade traps.");
if (you.experience_level == 26)
mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through the making of curse skulls.");
-#if 0
- if (you.experience_level == 27)
- mprf(MSGCH_INTRINSIC_GAIN, "Your Zot abilities now extend through the making of teleport traps.");
-#endif
}
const int old_hp = you.hp;