abstract: no
script :~
### The following oproto was generated by oedit
### If you edit this script, adhere to the stylistic
### conventions laid out by oedit, or delete the top line
### keywords, short descs, room descs, and look descs
me.keywords = ', '.join([me.keywords, "beer"])
me.name = "a bottle of beer"
me.rdesc = "a bottle of beer is here."
me.desc = me.desc + ' ' + "It is a bottle of maudite.\r\n"
### numeric values
me.weight = 0.100
### item type: consumable
me.settype("consumable")
me.get_type_data("consumable").type = "drinkable"
me.get_type_data("consumable").subtype = "beer"
me.get_type_data("consumable").max_consumes = 5
me.get_type_data("consumable").consumes = 5
### end type
-