ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/l_shop.arc
Revision: 1.7
Committed: Sat Mar 3 01:21:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +11 -10 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object l_shop1
2 root 1.1 name shop
3 pippijn 1.3 face l_shop1.x11
4 root 1.1 type 66
5 root 1.7 client_type 25012
6     move_block all
7 root 1.1 no_pick 1
8 root 1.7 color_bg yellow
9 root 1.1 editable 2
10 root 1.7 magicmap black
11 root 1.1 end
12 root 1.6 more
13     object l_shop1_2
14 root 1.1 name shop
15 pippijn 1.3 face l_shop1.x11
16 root 1.7 x 1
17 root 1.1 type 66
18 root 1.7 move_block all
19 root 1.1 no_pick 1
20     end
21 root 1.6 more
22     object l_shop1_3
23 root 1.1 name shop
24 pippijn 1.3 face l_shop1.x11
25 root 1.7 y 1
26 root 1.1 type 66
27 root 1.7 no_pick 1
28 root 1.5 visibility 100
29 root 1.1 end
30 root 1.6 more
31     object l_shop1_4
32 root 1.1 name shop
33 pippijn 1.3 face l_shop1.x11
34 root 1.7 x 1
35     y 1
36 root 1.1 type 66
37     no_pick 1
38     visibility 100
39     end
40 root 1.7