/**
* A piece of fine writing paper by Shiannar - 30-Aug-2002.
*/
inherit PAPER_OBJ;
void setup() {
set_short("piece of fine writing paper");
add_adjective("piece of fine writing");
set_long("Roughly shaped into a thin sheet, this paper is made of finely "
"ground wood pulp that has been soaked, then allowed to dry. While "
"not very durable, it provides a suitable medium on which various "
"messages could be scribbled, using a suitable writing implement.\n");
set_value(140);
set_max_size(1400);
} /* setup() */