From 5b4694b16c98fa2700bcd9e73d375ff3db3eb3d5 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 28 Dec 2008 00:03:02 +0000 Subject: 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 --- crawl-ref/source/tilepick.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') 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; -- cgit v1.2.3-54-g00ecf