ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/bag.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +10 -8 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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