#include <lib.h>
#include <vendor_types.h>
inherit "/lib/shell";
void create(){
::create();
SetKeyName("357shell");
SetId(({"shell","casing","spent bullet"}));
SetAdjectives(({"357",".357","spent","magnum","shell"}));
SetShort("a .357 shell casing");
SetLong("This is the spent casing of a .357 magnum bullet.");
SetCaliber(357);
SetPistolType("revolver");
SetAmmoType("magnum");
SetVendorType(VT_TREASURE);
}