summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 00:03:02 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 00:03:02 +0000
commit5b4694b16c98fa2700bcd9e73d375ff3db3eb3d5 (patch)
treedcffc68e10aa7521848a2b0fe406f35a7339dbb0 /crawl-ref/source/tilepick.cc
parentace80c93707ad15ca6253a1867766daa0c340d15 (diff)
downloadcrawl-ref-5b4694b16c98fa2700bcd9e73d375ff3db3eb3d5.tar.gz
crawl-ref-5b4694b16c98fa2700bcd9e73d375ff3db3eb3d5.zip
Add harpy and shark tiles. (I feel the harpy bears some similarity to
Amy Winehouse, but I swear that's not intentional! :D) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7997 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 365fe64c8b..4078b8b118 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -519,6 +519,8 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_GRIFFON;
case MONS_SPHINX:
return TILEP_MONS_SPHINX;
+ case MONS_HARPY:
+ return TILEP_MONS_HARPY;
// ice beast ('I')
case MONS_ICE_BEAST:
@@ -695,6 +697,8 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_GIANT_GOLDFISH;
case MONS_ELECTRICAL_EEL:
return TILEP_MONS_ELECTRICAL_EEL;
+ case MONS_SHARK:
+ return TILEP_MONS_SHARK;
case MONS_JELLYFISH:
return TILEP_MONS_JELLYFISH;