/*  -*- LPC -*-  */
/*
 * $Locker:  $
 * $Id: antiseptic_soap.c,v 1.1 1998/01/06 04:13:03 ceres Exp $
 * $Log: antiseptic_soap.c,v $
 * Revision 1.1  1998/01/06 04:13:03  ceres
 * Initial revision
 * 
*/
/**
 * This is the effect skelton docs.  This effect
 * has a classification of "fighting.warcry".
 * <p>
 * Describe the arguments in here.
 * @classification fighting.warcry
 * @see help::effects
 */
/* This is a nice soap that'll remove infestations      -*- LPC -*-
 * use a power of 20000/n where n is the number of uses to get rid
 * of one standard infestation.
 */
#include <disease.h>
inherit SIMPLE_CURE;
void setup() {
   set_classification( "healing.parasite.external" );  
} /* setup() */