/////////////////////////
ACTOR ExplosiveWeaponSpawner : RandomSpawner Replaces RocketLauncher
{
    DropItem "RLauncher"
	DropItem "FirebatLauncher"
}

/////////////////////////
ACTOR PlasmaWeaponSpawners : RandomSpawner Replaces PlasmaRifle
{
    DropItem "PlasmagunNew"
	DropItem "HellSceptre"
}

/////////////////////////
ACTOR BFGWeaponSpawner : RandomSpawner Replaces BFG9000
{
    DropItem "BigFuckinGun"
	DropItem "BFG10K"
	DropItem "BFG_X"
}