/*
* The Holy Symbol of Elytra.
* Sandoz, 10th June 2001
*/
inherit "/obj/faith/symbols/basic_symbol";
void setup() {
set_deity("Elytra");
set_long_desc("The mouth of a twisting snake, cunningly woven from thick "
"platinum chains, grasps the top of a huge, rectangular emerald green "
"stone. It is the holy symbol of Elytra, the Goddess of Sin, "
"Corruption, and Vices. Carved into the stone is an image of the "
"beautiful Elytra herself, radiating temptation.");
set_material("metal");
} /* setup() */