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

File Contents

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