ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/goldfloor.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:05 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +10 -9 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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