ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/playershop.arc
Revision: 1.7
Committed: Tue Nov 3 09:49:40 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.6: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.4 object playershop
2 elmex 1.1 name shop
3     face playershop.x11
4     type 66
5 root 1.5 client_type 25012
6     move_block all
7 elmex 1.1 no_pick 1
8 root 1.6 magicmap red
9 elmex 1.1 visibility 100
10     end
11 root 1.4 more
12     object playershop_2
13 elmex 1.1 name shop
14     face playershop.x11
15 root 1.5 x 1
16 root 1.3 type 66
17 root 1.5 move_block all
18 elmex 1.1 no_pick 1
19 root 1.6 magicmap red
20 elmex 1.1 visibility 100
21     end
22 root 1.4 more
23     object playershop_3
24 elmex 1.1 name shop
25     face playershop.x11
26 root 1.5 y 1
27 root 1.3 type 66
28 elmex 1.1 no_pick 1
29 root 1.6 magicmap red
30 elmex 1.1 visibility 100
31     end
32 root 1.4 more
33     object playershop_4
34 elmex 1.1 name shop
35     face playershop.x11
36     x 1
37     y 1
38 root 1.5 type 66
39 elmex 1.1 no_pick 1
40 root 1.6 magicmap red
41 elmex 1.1 visibility 100
42     end
43 root 1.5