//Cracked by Roath
#include <ansi.h>
#include <command.h>
inherit ITEM;


void create()
{
        set_name(YEL "曲谱" NOR, ({ "qupu", "pu"}));
        set_weight(1000);
        if (clonep())
                set_default_object(__FILE__);
        else {
                set("unit", "册");
                set("long", "一册裱钉精美的曲谱，你可以照着它弹奏曲子。\n");
                set("value", 1000);
                set("material", "silk");
             }
        setup();
}

