ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/t_house2.arc
Revision: 1.6
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.5: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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