ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/t_house2.arc
Revision: 1.2
Committed: Tue Feb 6 22:39:54 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: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.2 object t_house2
2 root 1.1 name town house
3     face t_house2.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 t_house2_2
12 root 1.1 name town house
13     face t_house2.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 t_house2_3
21 root 1.1 name town house
22     face t_house2.x11
23 root 1.2 y 1
24 root 1.1 type 66
25 root 1.2 no_pick 1
26 root 1.1 visibility 100
27     end
28 root 1.2 more
29     object t_house2_4
30 root 1.1 name town house
31     face t_house2.x11
32 root 1.2 x 1
33     y 1
34 root 1.1 type 66
35     no_pick 1
36     visibility 100
37     end
38 root 1.2