From 725481d57c51808eb183e89c674306750fa4b543 Mon Sep 17 00:00:00 2001 From: rjtanner Date: Fri, 19 Dec 2008 07:54:43 +0000 Subject: [PATCH] Removed 'is_floor 1' to allow colors and other tiles to show through the transparent portions of the clouds git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11015 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 5 +++++ floor/cloudfloor.arc | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3989493f0..c39936c9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes for SVN top of tree: +floor/cloudfloor.arc +Removed "is_floor 1" to allow colors and other tiles to show through the transparent +portions of the clouds +Rick Tanner 2008-12-19 + floor/cloudfloor.arc, ground/fog_2.base.111.png New graphic and archetype for a thicker/heavier cloudfloor, using less transparency diff --git a/floor/cloudfloor.arc b/floor/cloudfloor.arc index 8ea846128..1e0bb020f 100644 --- a/floor/cloudfloor.arc +++ b/floor/cloudfloor.arc @@ -2,13 +2,11 @@ Object cloudfloor name cloud face fog.111 no_pick 1 -is_floor 1 magicmap grey end Object thickcloudfloor name thick cloud face fog_2.111 no_pick 1 -is_floor 1 magicmap grey end