//======================================================================
//
// Heretic Weapon Spawners
//
//======================================================================

ACTOR RandomWeapon1 : RandomSpawner replaces Staff
{
	DropItem "IdChopper"
}

ACTOR RandomWeapon2 : RandomSpawner replaces GoldWand
{
	DropItem "Glock21"
}

ACTOR RandomWeapon3 : RandomSpawner replaces Crossbow
{
	DropItem "Sawnoff"
}

ACTOR RandomWeapon4 : RandomSpawner replaces Gauntlets
{
	DropItem "IdChopper"
}

ACTOR RandomWeapon5 : RandomSpawner replaces Mace
{
	DropItem "Tommygun"
}

ACTOR RandomWeapon6 : RandomSpawner replaces Blaster
{
	DropItem "Arbalest"
	DropItem "Flamer"
}

ACTOR RandomWeapon7 : RandomSpawner replaces SkullRod
{
	DropItem "Karabiner98"
}

ACTOR RandomWeapon8 : RandomSpawner replaces PhoenixRod
{
	DropItem "Panzerfaust"
}