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