ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/wine.arc
Revision: 1.10
Committed: Tue Nov 3 09:48:41 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object wine
2 root 1.1 name bottle of wine
3 root 1.8 name_pl bottles of wine
4     slaying vial_poison:wine_poison
5 pippijn 1.3 face wine.x11
6 root 1.1 food 75
7     nrof 1
8     type 54
9 root 1.8 materialname glass
10 root 1.1 value 10
11 root 1.2 weight 1000
12 root 1.8 client_type 611
13     identified 1
14 root 1.9 magicmap red
15 root 1.8 on_use_yield winebottle_empty
16 root 1.1 end
17 root 1.8