#include <mudlib.h> inherit CLOTHING; void reset(status arg) { if(arg) return; set_name("ring"); set_short("A Handcarved Ring"); set_long("A simple band made of pure silver. The band is made up "+"of interwoven silver, forming the back and tail of a "+"small dragon. THe dragon's wings wrap around him and "+"his tail ends within the monster's mouth. The head is "+"handcrafted and the eyes glow with rubies. The band "+"was crafted by Alena herself, with her heart alone.");set_value(1000); } status drop(string wiz) { return 1; } mixed query_auto_load() { return 1; }