ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/wine.arc
Revision: 1.5
Committed: Wed Feb 7 00:14:50 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +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.4 object wine
2 root 1.1 name bottle of wine
3 root 1.4 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.5 materialname glass
10 root 1.1 value 10
11 root 1.2 weight 1000
12 root 1.4 client_type 611
13     identified 1
14     color_fg red
15 root 1.1 editable 2048
16 root 1.4 on_use_yield winebottle_empty
17 root 1.1 end
18 root 1.4