ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/a_civic.arc
Revision: 1.5
Committed: Sat Mar 3 01:21:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.4: +16 -15 lines
Log Message:
second normaliser run - dude

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     editable 2
9     end
10 root 1.4 more
11     object a_civic_2
12 root 1.1 name civic building
13     face a_civic.x11
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     end
19 root 1.4 more
20     object a_civic_3
21 root 1.1 name civic building
22     face a_civic.x11
23 root 1.5 x 2
24 root 1.1 type 66
25     no_pick 1
26     visibility 100
27     end
28 root 1.4 more
29     object a_civic_4
30 root 1.1 name civic building
31     face a_civic.x11
32 root 1.5 y 1
33 root 1.1 type 66
34     no_pick 1
35     visibility 100
36     end
37 root 1.4 more
38     object a_civic_5
39 root 1.1 name civic building
40     face a_civic.x11
41 root 1.5 x 1
42     y 1
43 root 1.1 type 66
44     no_pick 1
45     visibility 100
46     end
47 root 1.4 more
48     object a_civic_6
49 root 1.1 name civic building
50     face a_civic.x11
51 root 1.5 x 2
52     y 1
53 root 1.1 type 66
54     no_pick 1
55     visibility 100
56     end
57 root 1.4 more
58     object a_civic_7
59 root 1.1 name civic building
60     face a_civic.x11
61 root 1.5 y 2
62 root 1.1 type 66
63     no_pick 1
64     visibility 100
65     end
66 root 1.4 more
67     object a_civic_8
68 root 1.1 name civic building
69     face a_civic.x11
70 root 1.5 x 1
71     y 2
72 root 1.1 type 66
73     no_pick 1
74     visibility 100
75     end
76 root 1.4 more
77     object a_civic_9
78 root 1.1 name civic building
79     face a_civic.x11
80 root 1.5 x 2
81     y 2
82 root 1.1 type 66
83     no_pick 1
84     visibility 100
85     end
86 root 1.5