From d77ceb168bf4cae7a5a3625361e9e942ad5318c8 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Mon, 21 Aug 2006 21:40:46 +0000 Subject: [PATCH] Talking campfire. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4825 282e977c-c81d-0410-88c4-b93c2d0d6712 --- misc/Camp/campfire.arc | 30 ++++++++++++++++++++++++++++++ misc/Camp/campfire.trs | 5 +++++ 2 files changed, 35 insertions(+) create mode 100644 misc/Camp/campfire.trs diff --git a/misc/Camp/campfire.arc b/misc/Camp/campfire.arc index d032e0a9e..89973888b 100644 --- a/misc/Camp/campfire.arc +++ b/misc/Camp/campfire.arc @@ -20,3 +20,33 @@ no_pick 1 editable 128 color_fg yellow end +Object campfire_talking +name talking campfire +randomitems campfire_talking +face campfire.111 +type 73 +anim +campfire.111 +campfire.112 +campfire.113 +campfire.114 +mina +glow_radius 2 +no_pick 1 +editable 128 +color_fg yellow +speed -0.3 +is_animated 1 +end +Object campfire_say +type 116 +subtype 6 +title Python +slaying /python/items/campfire_say.py +end +Object campfire_timer +type 116 +subtype 12 +title Python +slaying /python/items/campfire_timer.py +end diff --git a/misc/Camp/campfire.trs b/misc/Camp/campfire.trs new file mode 100644 index 000000000..417025c14 --- /dev/null +++ b/misc/Camp/campfire.trs @@ -0,0 +1,5 @@ +treasure campfire_talking + arch campfire_say + more + arch campfire_timer +end