inherit ARMOUR_OBJ;
void setup() {
set_name("ring");
set_adjectives(({"golden", "wedding"}));
set_weight(0);
set_value(0);
set_short("golden wedding ring");
set_long("A thick band of gold, this wedding ring is perfect "
"in its simplicity. It is weighed down with the "
"importance of its purpose, as a symbol of the "
"bond between Armando and Nuana.\n");
set_type("ring");
setup_armour(1000);
set_damage_chance(0);
}