summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 22:35:12 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-10 22:53:03 -0400
commit762d21af96ae76fd55c9aa040d09d9a8baa35852 (patch)
tree5d642e1299505401ec99001e69cbf5fe1c3c25da /crawl-ref/source/delay.cc
parent36b3b84791eddd255ee372142ebb2cf203c736b6 (diff)
downloadcrawl-ref-762d21af96ae76fd55c9aa040d09d9a8baa35852.tar.gz
crawl-ref-762d21af96ae76fd55c9aa040d09d9a8baa35852.zip
Remove some more djinn code.
Nothing that changes functionality or that makes the interface looks too weird. In several of the instances the code would be weird after moving to TAG_MAJOR_VERSION 35, so it seems worth it to remove now rather than leaving it around.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index dd2d3cdd61..8c099c0fbe 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1740,11 +1740,7 @@ bool interrupt_activity(activity_interrupt_type ai,
const delay_queue_item &item = you.delay_queue.front();
if (ai == AI_FULL_HP)
- mprf("%s restored.",
-#if TAG_MAJOR_VERSION == 34
- you.species == SP_DJINNI ? "EP" :
-#endif
- "HP");
+ mpr("HP restored.");
else if (ai == AI_FULL_MP)
mpr("Magic restored.");