summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
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 2aa99cccdd..afa403ad2f 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -654,6 +654,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_VIPER;
case MONS_ANACONDA:
return TILEP_MONS_ANACONDA;
+ case MONS_SEA_SNAKE:
+ return TILEP_MONS_SEA_SNAKE;
// trolls ('T')
case MONS_TROLL:
@@ -1988,6 +1990,8 @@ static int _tileidx_corpse(const item_def &item)
return TILE_CORPSE_BLACK_MAMBA;
case MONS_VIPER:
return TILE_CORPSE_VIPER;
+ case MONS_SEA_SNAKE:
+ return TILE_CORPSE_SEA_SNAKE;
// trolls ('T')
case MONS_TROLL: