#include "defs.h"
inherit TERRAIN_OUTSIDE;
void setup() {
set_determinate("a ");
set_short("grassy field");
set_long("This field is covered with nicely mowed grass.\n");
add_item("grass", "It's grass. There isn't much to say about it.");
} /* setup() */