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

File Contents

# User Rev Content
1 root 1.3 object close_mail
2     name close the mailbox
3     face closemail.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     end
9    
10     object mailbox
11 root 1.1 name mailbox
12     other_arch close_mail
13 pippijn 1.2 face mailbox.x11
14 root 1.1 type 122
15     material 18
16     value 50
17 root 1.3 weight 4000
18 root 1.1 container 1500
19 root 1.3 identified 1
20 root 1.1 editable 128
21     end
22 root 1.3