/**
* A piece of crude writing paper by Armando - 30-Aug-2002.
*/
inherit PAPER_OBJ;
void setup() {
set_short("piece of crude writing paper");
add_adjective("piece of crude writing");
set_long("Its edges cut rather crudely, this sheet of paper was made "
"from roughly bleached wood-fibre. Due to its rather cheap nature, "
"it is not likely to be suitable for more than simple written "
"messages, and it would not be surprising if it deteriorates at a "
"rather fast pace.\n");
set_value(60);
set_max_size(1200);
} /* setup() */