From 9ceedc3743637ef2b567ca1727e3adda9711a339 Mon Sep 17 00:00:00 2001 From: temitchell Date: Sat, 17 Jan 2004 06:50:01 +0000 Subject: [PATCH] - add materials to firepot (iron) and fireplace (stone,iron) note however fireplace is still no pass so and likely needs to be for some maps... git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2516 282e977c-c81d-0410-88c4-b93c2d0d6712 --- misc/fireplace.arc | 1 + misc/firepot.arc | 1 + 2 files changed, 2 insertions(+) diff --git a/misc/fireplace.arc b/misc/fireplace.arc index 5abcedbd1..07e8c8f1b 100644 --- a/misc/fireplace.arc +++ b/misc/fireplace.arc @@ -9,6 +9,7 @@ speed -0.2 glow_radius 2 no_pick 1 no_pass 1 +material 66 editable 128 color_fg black end diff --git a/misc/firepot.arc b/misc/firepot.arc index 138cbe4fc..7171c716a 100644 --- a/misc/firepot.arc +++ b/misc/firepot.arc @@ -10,6 +10,7 @@ speed -0.30 no_pick 1 no_pass 1 glow_radius 3 +material 2 editable 128 color_fg red end