ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/w_glass.arc
Revision: 1.11
Committed: Tue Nov 3 09:58:48 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.10: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

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