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

File Contents

# User Rev Content
1 root 1.3 object t_house1
2 root 1.1 name town house
3 pippijn 1.2 face t_house1.x11
4 root 1.1 type 66
5 root 1.3 client_type 25012
6     move_block all
7 root 1.1 no_pick 1
8     editable 2
9     end
10 root 1.3 more
11     object t_house1_2
12 root 1.1 name town house
13 pippijn 1.2 face t_house1.x11
14 root 1.3 x 1
15 root 1.1 type 66
16 root 1.3 move_block all
17 root 1.1 no_pick 1
18     end
19 root 1.3 more
20     object t_house1_3
21 root 1.1 name town house
22 pippijn 1.2 face t_house1.x11
23 root 1.3 y 1
24 root 1.1 type 66
25 root 1.3 no_pick 1
26 root 1.1 visibility 100
27     end
28 root 1.3 more
29     object t_house1_4
30 root 1.1 name town house
31 pippijn 1.2 face t_house1.x11
32 root 1.3 x 1
33     y 1
34 root 1.1 type 66
35     no_pick 1
36     visibility 100
37     end
38 root 1.3