#include #include inherit LIB_BASE_DUMMY; inherit LIB_FLASK; static void create() { base_dummy::create(); flask::create(); SetKeyName("water"); SetId(({"pool","poolwater" })); SetAdjectives("pool","glowing"); SetLong("The glowing water of a strange pool in the forest."); SetShort("the glowing pool"); SetFlaskContents("water"); SetFlaskUses(2); SetStrength(5); SetMaxFlask(2); SetEverFill(1); SetMealType(MEAL_DRINK); SetNoCondition(1); SetInvis(1); } mixed CanGet(object ob) { return "#The water stays in place.";}