/**
* Outdoors bath house inheritable.
* @author Taffyd
* @started 3/05/00 9:55
*/
inherit OUTSIDE_OBJ;
inherit "/std/room/inherit/bath_house";
/** @ignore yes */
void create() {
outside::create();
bath_house::create();
} /* create() */
/** @ignore yes */
void init() {
outside::init();
bath_house::init();
} /* init() */