From 1ae80c393d7062179b3478d8294655bf2c6fe6c5 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sat, 28 Nov 2009 16:47:26 +1000 Subject: New unrand: +3 robe of Clouds (rElec, +Lev) It creates clouds of rain and thin mist around the player (very occasionally). Provides insulation and evocable levitation. Also has a tile! --- crawl-ref/source/rltiles/tiledef-unrand.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/rltiles/tiledef-unrand.cc') diff --git a/crawl-ref/source/rltiles/tiledef-unrand.cc b/crawl-ref/source/rltiles/tiledef-unrand.cc index 00d737efc2..d94fb597a4 100644 --- a/crawl-ref/source/rltiles/tiledef-unrand.cc +++ b/crawl-ref/source/rltiles/tiledef-unrand.cc @@ -93,6 +93,7 @@ int unrandart_to_tile(int unrand) case UNRAND_ROBUSTNESS: return TILE_UNRAND_ROBUSTNESS; case UNRAND_MAGE: return TILE_UNRAND_MAGE; case UNRAND_SHIELDING: return TILE_UNRAND_SHIELDING; + case UNRAND_RCLOUDS: return TILE_UNRAND_RCLOUDS; default: return -1; } } @@ -114,6 +115,7 @@ int unrandart_to_doll_tile(int unrand) case UNRAND_MAXWELL: return TILEP_BODY_MAXWELL; case UNRAND_NIGHT: return TILEP_BODY_ROBE_OF_NIGHT; case UNRAND_DRAGON_KING: return TILEP_BODY_DRAGONARM_GOLD; + case UNRAND_RCLOUDS: return TILEP_BODY_ROBE_CLOUDS; // BOOTS case UNRAND_BOOTS_ASSASSIN: return TILEP_BOOTS_MIDDLE_GRAY; // CLOAK -- cgit v1.2.3-54-g00ecf