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

File Contents

# User Rev Content
1 root 1.5 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.6 client_type 25012
6     move_block all
7 root 1.1 no_pick 1
8     end
9 root 1.5 more
10     object t_house1_2
11 root 1.1 name town house
12 pippijn 1.2 face t_house1.x11
13 root 1.6 x 1
14 root 1.1 type 66
15 root 1.6 move_block all
16 root 1.1 no_pick 1
17     end
18 root 1.5 more
19     object t_house1_3
20 root 1.1 name town house
21 pippijn 1.2 face t_house1.x11
22 root 1.6 y 1
23 root 1.1 type 66
24 root 1.6 no_pick 1
25 root 1.4 visibility 100
26 root 1.1 end
27 root 1.5 more
28     object t_house1_4
29 root 1.1 name town house
30 pippijn 1.2 face t_house1.x11
31 root 1.6 x 1
32     y 1
33 root 1.1 type 66
34     no_pick 1
35     visibility 100
36     end
37 root 1.6