ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/a_civic.arc
Revision: 1.6
Committed: Tue Nov 3 09:48:23 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.5: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.4 object a_civic
2 root 1.1 name civic building
3     face a_civic.x11
4     type 66
5 root 1.5 client_type 25012
6     move_block all
7 root 1.1 no_pick 1
8     end
9 root 1.4 more
10     object a_civic_2
11 root 1.1 name civic building
12     face a_civic.x11
13 root 1.5 x 1
14 root 1.1 type 66
15 root 1.5 move_block all
16 root 1.1 no_pick 1
17     end
18 root 1.4 more
19     object a_civic_3
20 root 1.1 name civic building
21     face a_civic.x11
22 root 1.5 x 2
23 root 1.1 type 66
24     no_pick 1
25     visibility 100
26     end
27 root 1.4 more
28     object a_civic_4
29 root 1.1 name civic building
30     face a_civic.x11
31 root 1.5 y 1
32 root 1.1 type 66
33     no_pick 1
34     visibility 100
35     end
36 root 1.4 more
37     object a_civic_5
38 root 1.1 name civic building
39     face a_civic.x11
40 root 1.5 x 1
41     y 1
42 root 1.1 type 66
43     no_pick 1
44     visibility 100
45     end
46 root 1.4 more
47     object a_civic_6
48 root 1.1 name civic building
49     face a_civic.x11
50 root 1.5 x 2
51     y 1
52 root 1.1 type 66
53     no_pick 1
54     visibility 100
55     end
56 root 1.4 more
57     object a_civic_7
58 root 1.1 name civic building
59     face a_civic.x11
60 root 1.5 y 2
61 root 1.1 type 66
62     no_pick 1
63     visibility 100
64     end
65 root 1.4 more
66     object a_civic_8
67 root 1.1 name civic building
68     face a_civic.x11
69 root 1.5 x 1
70     y 2
71 root 1.1 type 66
72     no_pick 1
73     visibility 100
74     end
75 root 1.4 more
76     object a_civic_9
77 root 1.1 name civic building
78     face a_civic.x11
79 root 1.5 x 2
80     y 2
81 root 1.1 type 66
82     no_pick 1
83     visibility 100
84     end
85 root 1.5