/* * The Holy Symbol of Visam. * Sandoz, 10th June 2001 */ inherit "/obj/faith/symbols/basic_symbol"; void setup() { set_deity("Visam"); set_long_desc("Suspended from a thick leather strap is a small grey " "marble tablet, the holy symbol of Visam, the God of Life and Death. " "Etched into the tablet is a depiction of a set of scales, perfectly " "balanced. Within one bowl lies a new born babe, in the other an old " "man."); } /* setup() */