ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/goldfloor.arc
Revision: 1.11
Committed: Tue Nov 3 09:58:42 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object goldfloor
2 root 1.7 anim
3     goldfloor.x11
4     woodfloor.x11
5     mina
6 root 1.11 name
7 root 1.1 slaying goldcoin
8     msg
9     Click!
10     endmsg
11 root 1.7 face goldfloor.x11
12 root 1.11 magicmap dark_orange
13 root 1.7 food 10
14 root 1.5 type 18
15 root 1.7 move_on walk
16     no_pick 1
17     is_floor 1
18 root 1.5 activate_on_push 1
19     activate_on_release 1
20 root 1.1 end
21 root 1.7