ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/goldfloor.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:10 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     food 10
13 root 1.5 type 18
14 root 1.7 move_on walk
15     no_pick 1
16     is_floor 1
17 root 1.5 activate_on_push 1
18     activate_on_release 1
19 root 1.1 end
20 root 1.7