inherit "/std/object";
void setup()
{
set_name("holy symbol");
add_alias("hammer");
set_short("Small Bronze Hammer");
set_long("\nSmall Bronze Hammer\n\n"
" This is a small hammer of bronze, surprisingly heavy for its "
"size. Aside from an intricately flowing script along the handle, "
"the design is remarkably simple.\n\n");
set_read_mess("\nCrush Timion's enemies with this symbol of his power.\n");
set_value(0);
set_weight(100);
add_property("faith","timion");
}