#include "path.h"
inherit PATH +"basic_light";
void setup() {
set_name( "light" );
set_short( "small blue light" );
add_adjective( ({ "small", "blue" }) );
set_main_plural( "small blue lights" );
set_long( "This small blue light floats in the air, zipping back and "
"forth in short, sharp jerks.\n" );
set_light( 40 );
add_property( "magic light", 50 );
} /* setup() */