/* * The Holy Symbol of Lumen. * Sandoz, 10th June 2001 */ inherit "/obj/faith/symbols/basic_symbol"; void setup() { set_deity("Lumen"); set_long_desc("Suspended from a long silver chain is a perfectly formed " "crystal teardrop, the holy symbol of Lumen, the Goddess of Light " "and Healing. Hewn from a sanctified crystalline deposit, whose " "location is known to only the most devout of followers; the crystal " "is rumoured to be touched by the Goddess Herself. Its faceted " "sides cast out shafts of faint rainbow light that surround it in a " "multi-hued aura."); } /* setup() */