/* Contagion * H7 Mudlib, '96 */ status cause(mixed targ, mixed alt_type) { if(!alt_type) alt_type = "necromancy"; return (status)"/skills/cleric/cause" -> cause("disease "+targ, alt_type); } /* Native Mode Move */ #include <move.h>