ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/depositbox.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.7 object close_dbox
2     name close the deposit box
3     face close_dbox.x11
4 root 1.8 magicmap brown
5 root 1.7 type 121
6     no_pick 1
7     identified 1
8     no_drop 1
9     end
10    
11 root 1.6 object depositbox
12 root 1.1 name deposit box
13 root 1.7 race gold and jewels
14 root 1.5 other_arch close_dbox
15 pippijn 1.2 face depositbox.x11
16 root 1.8 magicmap brown
17 root 1.1 type 122
18 root 1.7 materialname marble
19 root 1.1 container 150000
20     no_pick 1
21 root 1.7 identified 1
22 root 1.5 end
23 root 1.7