ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/Snow/s_guild.arc
Revision: 1.7
Committed: Tue Nov 3 09:58:21 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.6: +4 -4 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.4 object s_guild
2 root 1.1 face s_guild.x11
3 root 1.7 magicmap brown
4 root 1.1 type 66
5 root 1.5 move_block all
6 root 1.1 no_pick 1
7 root 1.3 visibility 100
8 root 1.1 end
9 root 1.4 more
10     object s_guild_2
11 root 1.1 name guild
12     face s_guild.x11
13 root 1.7 magicmap brown
14 root 1.5 x 1
15 root 1.1 type 66
16 root 1.5 move_block all
17 root 1.1 no_pick 1
18 root 1.3 visibility 100
19 root 1.1 end
20 root 1.4 more
21     object s_guild_3
22 root 1.1 name guild
23     face s_guild.x11
24 root 1.7 magicmap brown
25 root 1.5 y 1
26 root 1.1 type 66
27     no_pick 1
28 root 1.3 visibility 100
29 root 1.1 end
30 root 1.4 more
31     object s_guild_4
32 root 1.1 name guild
33     face s_guild.x11
34 root 1.7 magicmap brown
35 root 1.5 x 1
36     y 1
37 root 1.3 type 66
38     no_pick 1
39     visibility 100
40 root 1.1 end
41 root 1.5