//=============================================================================
// UPSXQuadMutator.
// This mutator replaces the following QuadShots in the map as well as in decoration and various pawns
// with the UPSXQuad.UPSXQuadShot. The associated ammo will be replaced with UPSXQuad.QShells.
//
// UnrealI.QuadShot, oldquadshot.oldquadshot, newquadshot.newquadshot
//
// This class is based on QREPMUT.QREPMUT which replaces UnrealI.QuadShot with newquadshot.newquadshot.
// Modified: CheckReplacement(), FixWaveInfo(), FixMarine(), ReplaceWith()
// Added: FixScriptedPawn()
// This mod needs Class'UPSXQuadShot' and Class'QShells' (UPSXQuad.u) for compiling.
// 25.09.2015 CodeX