ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/plt_coin.arc
Revision: 1.12
Committed: Tue Nov 3 09:48:59 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.11: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object platinacoin
2 root 1.1 name platinum coin
3 root 1.7 name_pl platinum coins
4 root 1.1 race gold and jewels
5 root 1.11 msg
6     One platinum piece is worth 100 gold; One royalty is worth 100 platinum.
7     endmsg
8 pippijn 1.2 face plt_coin.x11
9 root 1.11 magicmap grey
10 root 1.1 nrof 1
11     type 36
12     materialname platinum
13 root 1.9 value 10000
14 root 1.1 weight 10
15 root 1.7 client_type 2001
16 root 1.1 end
17 root 1.7