From 43e630ae90712669b072242328e35904cd6adc64 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Tue, 29 Dec 2009 18:27:50 +1000 Subject: Colour-variant "white smoke" tile. Basically just a test to make sure that cloud recolouring using recoloured tiles (if they exist) works. As far as I can see, it works exactly as hoped-for! It's just a matter of reorganising the base cloud associations so that you can specify any type of smoke, recolour it, and get the proper tile. --- crawl-ref/source/rltiles/dc-misc.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/rltiles/dc-misc.txt') diff --git a/crawl-ref/source/rltiles/dc-misc.txt b/crawl-ref/source/rltiles/dc-misc.txt index 653b614435..10bc4fc714 100644 --- a/crawl-ref/source/rltiles/dc-misc.txt +++ b/crawl-ref/source/rltiles/dc-misc.txt @@ -22,6 +22,12 @@ cloud_poison2 CLOUD_POISON_2 cloud_black_smoke CLOUD_BLACK_SMOKE cloud_blue_smoke CLOUD_BLUE_SMOKE cloud_grey_smoke CLOUD_GREY_SMOKE + +%variation CLOUD_GREY_SMOKE white +%lum 0 30 +%repeat CLOUD_GREY_SMOKE CLOUD_WHITE_SMOKE +%resetcol + cloud_miasma CLOUD_MIASMA cloud_tloc_energy CLOUD_TLOC_ENERGY cloud_mutagenic_small1 CLOUD_MUTAGENIC_0 -- cgit v1.2.3-54-g00ecf