ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/exit/archway.arc
Revision: 1.8
Committed: Tue Nov 3 09:48:31 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.5 object archway
2 pippijn 1.2 face archwood.x11
3 root 1.1 type 66
4 root 1.6 client_type 25012
5 root 1.1 no_pick 1
6 root 1.6 magicmap brown
7 root 1.1 visibility 100
8     end
9 root 1.6
10     object archway_gold
11 root 1.7 inherit archway
12     name golden archway
13 root 1.6 face archgold.x11
14 root 1.1 end
15 root 1.6
16     object archway_green
17 root 1.7 inherit archway
18     name green archway
19 root 1.6 face archgreen.x11
20 root 1.1 end
21 root 1.6
22 root 1.5 object archway_tree
23 root 1.7 inherit archway
24     name tree forming an arc
25 pippijn 1.2 face archtree.x11
26 root 1.1 end
27 root 1.6