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, "canteen"])
me.name = "a canteen"
me.rdesc = "an unfinished object is lying here."
me.desc = me.desc + ' ' + "It is a old, plastic canteen.\r\n"
### numeric values
me.weight = 1.000
### item type: consumable
me.settype("consumable")
me.get_type_data("consumable").type = "drinkable"
me.get_type_data("consumable").subtype = "water"
me.get_type_data("consumable").max_consumes = 20
me.get_type_data("consumable").consumes = 20
### end type
-