ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/bag.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:02 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.8: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object bag
2 root 1.1 name bag
3 root 1.7 name_pl bags
4 root 1.1 other_arch close_bag
5 pippijn 1.2 face bag.x11
6 root 1.8 magicmap khaki
7 root 1.7 str 10
8 root 1.1 type 122
9 root 1.7 materialname cloth
10     value 50
11 root 1.1 weight 10
12     container 80000
13 root 1.7 client_type 51
14     identified 1
15 root 1.1 end
16 root 1.7
17 root 1.6 object close_bag
18 root 1.1 name close the bag
19 pippijn 1.2 face close_bag.x11
20 root 1.8 magicmap khaki
21 root 1.1 type 121
22     no_pick 1
23 root 1.7 identified 1
24 root 1.5 no_drop 1
25 root 1.1 end
26 root 1.7