ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/wine.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +8 -7 lines
Log Message:
simply ran cfarch-normalize on all arches

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     material 36
10     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