ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/w_glass.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:16 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.1 food 10
7     nrof 1
8     type 54
9 root 1.8 materialname glass
10 root 1.1 value 2
11 root 1.2 weight 1000
12 root 1.8 client_type 611
13     identified 1
14     on_use_yield w_glass_empty
15 root 1.1 end
16 root 1.8