summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.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/player-act.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/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index 4ae7e48ae6..989548466d 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -480,10 +480,6 @@ string player::foot_name(bool plural, bool *can_plural) const
}
else if (species == SP_FELID)
str = "paw";
-#if TAG_MAJOR_VERSION == 34
- else if (species == SP_DJINNI)
- str = "underside", *can_plural = false;
-#endif
else if (fishtail)
{
str = "tail";