#include "path.h" inherit "/std/room.c"; setup() { set_short("A ships mast"); set_long("A short way up a tall mast"); add_item("mast", "The mast is a long round chunk of wood, nothing special.\n"); add_item( ({"floor" , "ground" }), "The ground isn't too far away, you feel quite safe.\n"); add_exit("climb up", HOMECITY+"mast2", "hidden"); add_exit("climb down", HOMECITY+"bigshipdeck1", "hidden"); set_light(60); }