/** * A piece of watermarked writing paper by Armando - 30-Aug-2002. */ inherit PAPER_OBJ; void setup() { set_short("piece of watermarked writing paper"); add_adjective("piece of watermarked writing"); set_long("This sheet of paper was produced with the most extreme of care " "and the most exclusive sort of wood pulp available throughout " "Delsance. When held up to the light, a delicate watermark can be " "made out on the surface, while the rest of the sheet creates an " "even shine, showing how much work was put in its creation.\n"); set_value(200); set_max_size(1500); } /* setup() */