ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/a_civic.arc
Revision: 1.2
Committed: Tue Feb 6 22:39:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +33 -32 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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