ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/mailbox.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:51 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

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 root 1.4 materialname bronze
16 root 1.1 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