ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/goldfloor2.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object goldfloor2
2 root 1.4 anim
3     goldfloor2.x11
4     woodfloor2.x11
5     mina
6 root 1.1 name drop 10 goldcoins
7     slaying goldcoin
8     msg
9     Click!
10     endmsg
11 root 1.3 face goldfloor2.x11
12     food 10
13 root 1.1 type 18
14 root 1.3 move_on all
15     no_pick 1
16     is_floor 1
17 root 1.1 activate_on_push 1
18     activate_on_release 1
19 root 1.3 color_bg dark_orange
20     editable 48
21     magicmap dark_orange
22 root 1.1 end
23 root 1.3