inherit "/obj/weapon";
void setup() {
set_base_weapon("whip");
set_name("whip");
set_short("whip");
set_long("This is a long leather whip with a carved wooden handle. "
"The leather is old and worn from a considerable amount "
"of use. The handls has several deep scratches in it, as "
"if the user has dug in to get a better grip on it. "
"\n\n");
set_main_plural("whips");
}