//===========================================================================
//
//  Extra Slime Canister
//
//===========================================================================

ACTOR ExtraSlimeCanister : SlimeCanister Replaces SlimeCanister
{
    States
    {
    Use:
	    SLRP A 105 A_PlaySound("slimecan")
	    SLRP A 0 A_JumpIfInventory("DRItem",1,"RedSlime")
	    SLRP A 0 A_JumpIfInventory("DBItem",1,"BlueSlime")
	    SLRP A 0 A_JumpIfInventory("DGItem",1,"GreenSlime")
	    SLRP A 0 A_JumpIfInventory("DSItem",1,"SilverSlime")
	    SLRP A 0 A_JumpIfInventory("RedItem",1,"2RedSlime")
	    SLRP A 0 A_JumpIfInventory("BlueItem",1,"2BlueSlime")
	    SLRP A 0 A_JumpIfInventory("GreenItem",1,"2GreenSlime")
	    SLRP A 0 A_JumpIfInventory("YellowItem",1,"2YellowSlime")
	    SLRP A 0 A_JumpIfInventory("SilverItem",1,"SilverSlime")
	    SLRP A 0 A_JumpIfInventory("commonflemoidsummoner",1,"ChexSlime")
	    SLRP A 0 A_JumpIfInventory("zombiemansummoner",1,"DoomSlime")
	    SLRP A 0 A_JumpIfInventory("afritsummoner",1,"HexenSlime")
	    SLRP A 0 A_JumpIfInventory("gargoylesummoner",1,"HereticSlime")
	    SLRP A 0 A_JumpIfInventory("rebelsummoner",1,"StrifeSlime")
	    SLRP A 0 A_JumpIfInventory("dronesummoner",1,"VirusSlime")	
	    SLRP A 0 A_JumpIfInventory("AssaultTroopersummoner",1,"StrifeSlime")
	    SLRP A 0 A_JumpIfInventory("PlasmaZombieSummoner",1,"HexenSlime")
	    SLRP A 0 A_JumpIfInventory("GuardianCubeSummoner",1,"VirusSlime")
	    Stop
    }
}

//===========================================================================
//
//  Extra Summoners
//
//===========================================================================

ACTOR SummonersEXTRA : Summoners Replaces Summoners
{
  +INVENTORY.AUTOACTIVATE
  +INVENTORY.ALWAYSPICKUP
  -INVENTORY.PICKUPFLASH
  states
  {
  Spawn:
    TNT1 A -1
    stop
  Pickup:
	TNT1 A 0 A_JumpIfInventory("ZombiemanSummoner",1,"Doom")
	TNT1 A 0 A_JumpIfInventory("GargoyleSummoner",1,"Heretic")
	TNT1 A 0 A_JumpIfInventory("AfritSummoner",1,"Hexen")
	TNT1 A 0 A_JumpIfInventory("RebelSummoner",1,"Strife")
	TNT1 A 0 A_JumpIfInventory("CommonFlemoidSummoner",1,"Chex")
	TNT1 A 0 A_JumpIfInventory("DroneSummoner",1,"Virus")
	TNT1 A 0 A_JumpIfInventory("AssaultTrooperSummoner",1,"3D")
	TNT1 A 0 A_JumpIfInventory("PlasmaZombieSummoner",1,"Arena")
	TNT1 A 0 A_JumpIfInventory("GuardianCubeSummoner",1,"Realm")
	stop
  Doom:
    TNT1 A 0 A_GiveInventory ("ImpSummoner")
    TNT1 A 0 A_GiveInventory ("LostSoulSummoner")
    TNT1 A 0 A_GiveInventory ("PinkyDemonSummoner")
    TNT1 A 0 A_GiveInventory ("SpectreSummoner")
    TNT1 A 0 A_GiveInventory ("CacodemonSummoner")
    TNT1 A 0 A_GiveInventory ("ChaingunnerSummoner")
    TNT1 A 0 A_GiveInventory ("RevenantSummoner")
    TNT1 A 0 A_GiveInventory ("HellknightSummoner")
    TNT1 A 0 A_GiveInventory ("RevenantRetrofit")
    TNT1 A 0 A_GiveInventory ("RailRevenantSummoner")
    TNT1 A 0 A_GiveInventory ("BaronofhellSummoner")
    TNT1 A 0 A_GiveInventory ("MancubusSummoner")
    TNT1 A 0 A_GiveInventory ("MancubusRetrofit")
    TNT1 A 0 A_GiveInventory ("FlameMancubusSummoner")
    TNT1 A 0 A_GiveInventory ("ArachnotronSummoner")
    TNT1 A 0 A_GiveInventory ("PainelementalSummoner")
	TNT1 A 0 A_GiveInventory ("PainelementalRetrofit")
	TNT1 A 0 A_GiveInventory ("DualPainElementalSummoner")
	TNT1 A 0 A_GiveInventory ("ArchvileSummoner")
	TNT1 A 0 A_GiveInventory ("VilePulseSummoner")
	TNT1 A 0 A_GiveInventory ("impspinkysunlocked")
	TNT1 A 0 A_GiveInventory ("spectresunlocked")
	TNT1 A 0 A_GiveInventory ("cacosunlocked")
	TNT1 A 0 A_GiveInventory ("hellknightsunlocked")
	TNT1 A 0 A_GiveInventory ("revenantsunlocked")
	TNT1 A 0 A_GiveInventory ("baronsunlocked")
	TNT1 A 0 A_GiveInventory ("mancubusunlocked")
	TNT1 A 0 A_GiveInventory ("painelementalsunlocked")
	TNT1 A 0 A_GiveInventory ("archvileunlocked")
	TNT1 A 0 A_GiveInventory ("arachnotronsunlocked")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"DoomHeroes")
    stop
  DoomHeroes:
	TNT1 A 0 A_GiveInventory ("SpidermastermindSummoner")
	TNT1 A 0 A_GiveInventory ("CyberdemonSummoner")
	TNT1 A 0 A_GiveInventory ("mastermindunlocked")
	TNT1 A 0 A_GiveInventory ("cyberdemonunlocked")
	stop
  Heretic:
	TNT1 A 0 A_GiveInventory ("GargoyleleaderSummoner")
	TNT1 A 0 A_GiveInventory ("GhostMummySummoner")
	TNT1 A 0 A_GiveInventory ("NitroMummySummoner")
	TNT1 A 0 A_GiveInventory ("GhostNitroMummySummoner")
	TNT1 A 0 A_GiveInventory ("MummyUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("ClinkSummoner")
	TNT1 A 0 A_GiveInventory ("ClinkUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("DiscipleSummoner")
	TNT1 A 0 A_GiveInventory ("UndeadKnightSummoner")
	TNT1 A 0 A_GiveInventory ("UndeadGhostKnightSummoner")
	TNT1 A 0 A_GiveInventory ("OphidianSummoner")
	TNT1 A 0 A_GiveInventory ("GasPodSummoner")
	TNT1 A 0 A_GiveInventory ("WeredragonSummoner")
	TNT1 A 0 A_GiveInventory ("WeredragonRetrofit")
	TNT1 A 0 A_GiveInventory ("BarrageWeredragonSummoner")
	TNT1 A 0 A_GiveInventory ("GhostWaveSummoner")
	TNT1 A 0 A_GiveInventory ("gargoyleleadersunlocked")
	TNT1 A 0 A_GiveInventory ("mummyghostsnitromummysunlocked")
	TNT1 A 0 A_GiveInventory ("nitromummyghostsunlocked")
	TNT1 A 0 A_GiveInventory ("clinksunlocked")
	TNT1 A 0 A_GiveInventory ("disciplesunlocked")
	TNT1 A 0 A_GiveInventory ("knightsunlocked")
	TNT1 A 0 A_GiveInventory ("undeadghostknightsunlocked")
	TNT1 A 0 A_GiveInventory ("ophidiansunlocked")
	TNT1 A 0 A_GiveInventory ("weredragonsunlocked")
	TNT1 A 0 A_GiveInventory ("ghostitem")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"HereticHeroes")
    stop
  HereticHeroes:
	TNT1 A 0 A_GiveInventory ("IronLichSummoner")
	TNT1 A 0 A_GiveInventory ("MaulotaurSummoner")
	TNT1 A 0 A_GiveInventory ("DsparilSummoner")
	TNT1 A 0 A_GiveInventory ("ironlichunlocked")
	TNT1 A 0 A_GiveInventory ("maulotaurunlocked")
	TNT1 A 0 A_GiveInventory ("dsparilunlocked")
	stop
  Hexen:
	TNT1 A 0 A_GiveInventory ("EttinSummoner")
	TNT1 A 0 A_GiveInventory ("EttinUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("CentaurSummoner")
	TNT1 A 0 A_GiveInventory ("ChaosSerpentSummoner")
	TNT1 A 0 A_GiveInventory ("ChaosSerpentRetrofit")
	TNT1 A 0 A_GiveInventory ("HomingChaosSerpentSummoner")
	TNT1 A 0 A_GiveInventory ("SwampStalkerSummoner")
	TNT1 A 0 A_GiveInventory ("BishopSummoner")
	TNT1 A 0 A_GiveInventory ("WraithSummoner")
	TNT1 A 0 A_GiveInventory ("SlaughtaurSummoner")
	TNT1 A 0 A_GiveInventory ("WendigoSummoner")
	TNT1 A 0 A_GiveInventory ("WendigoRetrofit")
	TNT1 A 0 A_GiveInventory ("YetiSummoner")
	TNT1 A 0 A_GiveInventory ("ZedekSummoner")
	TNT1 A 0 A_GiveInventory ("TraductusSummoner")
	TNT1 A 0 A_GiveInventory ("MenelkirSummoner")
	TNT1 A 0 A_GiveInventory ("EnchantSummoner")
	TNT1 A 0 A_GiveInventory ("ettinsunlocked")
	TNT1 A 0 A_GiveInventory ("centaursunlocked")
	TNT1 A 0 A_GiveInventory ("serpentsunlocked")
	TNT1 A 0 A_GiveInventory ("bishopsunlocked")
	TNT1 A 0 A_GiveInventory ("reiversunlocked")
	TNT1 A 0 A_GiveInventory ("slaughtarsunlocked")
	TNT1 A 0 A_GiveInventory ("wendigosunlocked")
	TNT1 A 0 A_GiveInventory ("traductusunlocked")
	TNT1 A 0 A_GiveInventory ("enchantitem")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"HexenHeroes")
	stop
  HexenHeroes:
	TNT1 A 0 A_GiveInventory ("KoraxSummoner")
	TNT1 A 0 A_GiveInventory ("WyvernSummoner")
	TNT1 A 0 A_GiveInventory ("HeresiarchSummoner")
	TNT1 A 0 A_GiveInventory ("Koraxunlocked")
	TNT1 A 0 A_GiveInventory ("Wyvernunlocked")
	TNT1 A 0 A_GiveInventory ("Heresiarchunlocked")	
	stop
  Strife:
	TNT1 A 0 A_GiveInventory ("Shadowacolytesummoner")
	TNT1 A 0 A_GiveInventory ("StalkerSummoner")
	TNT1 A 0 A_GiveInventory ("StalkerUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("SentinelSummoner")
	TNT1 A 0 A_GiveInventory ("ReaverSummoner")
	TNT1 A 0 A_GiveInventory ("OrderTurretSummoner")
	TNT1 A 0 A_GiveInventory ("TemplarSummoner")
	TNT1 A 0 A_GiveInventory ("TemplarRetrofit")
	TNT1 A 0 A_GiveInventory ("SniperTemplarSummoner")
	TNT1 A 0 A_GiveInventory ("LoremasterSummoner")
	TNT1 A 0 A_GiveInventory ("OrderBishopSummoner")
	TNT1 A 0 A_GiveInventory ("CrusaderSummoner")
	TNT1 A 0 A_GiveInventory ("CrusaderRetrofit")
	TNT1 A 0 A_GiveInventory ("DevastatorCrusaderSummoner")
	TNT1 A 0 A_GiveInventory ("RepairDroneSummoner")
	TNT1 A 0 A_GiveInventory ("shadowacolytesunlocked")
	TNT1 A 0 A_GiveInventory ("stalkersunlocked")
	TNT1 A 0 A_GiveInventory ("sentinelsunlocked")
	TNT1 A 0 A_GiveInventory ("reaversunlocked")
	TNT1 A 0 A_GiveInventory ("templarsunlocked")
	TNT1 A 0 A_GiveInventory ("loremastersunlocked")
	TNT1 A 0 A_GiveInventory ("stbishopsunlocked")
	TNT1 A 0 A_GiveInventory ("crusadersunlocked")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"StrifeHeroes")
	stop
  StrifeHeroes:
	TNT1 A 0 A_GiveInventory ("ProgrammerSummoner")
	TNT1 A 0 A_GiveInventory ("SpectreAsummoner")
	TNT1 A 0 A_GiveInventory ("SpectreBSummoner")
	TNT1 A 0 A_GiveInventory ("InquisitorSummoner")
	TNT1 A 0 A_GiveInventory ("EntitySummoner")
	TNT1 A 0 A_GiveInventory ("spectreACunlocked")
	TNT1 A 0 A_GiveInventory ("inquisitorunlocked")
	TNT1 A 0 A_GiveInventory ("entityunlocked")
	stop
  Chex:
	TNT1 A 0 A_GiveInventory ("armoredbipedalflemoidsummoner")
	TNT1 A 0 A_GiveInventory ("armoredbipedalflemoidupgradesummoner")
	TNT1 A 0 A_GiveInventory ("larvasummoner")
	TNT1 A 0 A_GiveInventory ("cyclopsflemoidsummoner")
	TNT1 A 0 A_GiveInventory ("quadrumpussummoner")
	TNT1 A 0 A_GiveInventory ("stridicussummoner")
	TNT1 A 0 A_GiveInventory ("stridicusupgradesummoner")
	TNT1 A 0 A_GiveInventory ("flemminesummoner")
	TNT1 A 0 A_GiveInventory ("supercyclopsflemoidsummoner")
	TNT1 A 0 A_GiveInventory ("slimecarriersummoner")
	TNT1 A 0 A_GiveInventory ("flembranesummoner")
	TNT1 A 0 A_GiveInventory ("Maximussummoner")
	TNT1 A 0 A_GiveInventory ("Flemmeteorsummoner")
	TNT1 A 0 A_GiveInventory ("armoredbipedsunlocked")
	TNT1 A 0 A_GiveInventory ("larvaeunlocked")
	TNT1 A 0 A_GiveInventory ("cyclopsunlocked")
	TNT1 A 0 A_GiveInventory ("quadrumpusunlocked")
	TNT1 A 0 A_GiveInventory ("stridicusunlocked")
	TNT1 A 0 A_GiveInventory ("flemminesunlocked")
	TNT1 A 0 A_GiveInventory ("supercyclopsunlocked")
	TNT1 A 0 A_GiveInventory ("maximusflembranesunlocked")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"ChexHeroes")
	stop
  ChexHeroes:
	TNT1 A 0 A_GiveInventory ("Flembominationsummoner")
	TNT1 A 0 A_GiveInventory ("lordsnotfolussummoner")
	TNT1 A 0 A_GiveInventory ("flembominationunlocked")
	TNT1 A 0 A_GiveInventory ("snotfolusunlocked")
	stop
  Virus:
	TNT1 A 0 A_GiveInventory ("prismsummoner")
	TNT1 A 0 A_GiveInventory ("SporeSummoner")
	TNT1 A 0 A_GiveInventory ("sporeupgradesummoner")
	TNT1 A 0 A_GiveInventory ("turretsummoner")
	TNT1 A 0 A_GiveInventory ("turretretrofit")
	TNT1 A 0 A_GiveInventory ("spreadshotturretsummoner")
	TNT1 A 0 A_GiveInventory ("greaterprismsummoner")
	TNT1 A 0 A_GiveInventory ("shielddronesummoner")
	TNT1 A 0 A_GiveInventory ("millsummoner")
	TNT1 A 0 A_GiveInventory ("millretrofit")
	TNT1 A 0 A_GiveInventory ("deathblazemillsummoner")
	TNT1 A 0 A_GiveInventory ("treadmillsummoner")
	TNT1 A 0 A_GiveInventory ("Virussummoner")
	TNT1 A 0 A_GiveInventory ("Aircarriersummoner")
	TNT1 A 0 A_GiveInventory ("MeshFlierSummoner")
	TNT1 A 0 A_GiveInventory ("MeshWalkerSummoner")
	TNT1 A 0 A_GiveInventory ("groundunitupgradesummoner")
	TNT1 A 0 A_JumpIf(ACS_ExecuteWithResult(130,1)==0,"VirusHeroes")
	stop
  VirusHeroes:
	TNT1 A 0 A_GiveInventory ("Leadersummoner")
	TNT1 A 0 A_GiveInventory ("Felixsummoner")
	TNT1 A 0 A_GiveInventory ("LandCarriersummoner")
	stop
  3D:
	TNT1 A 0 A_GiveInventory ("AssaultCaptainSummoner")
	TNT1 A 0 A_GiveInventory ("TrooperUpgraderSummoner")
	TNT1 A 0 A_GiveInventory ("PigCopSummoner")
	TNT1 A 0 A_GiveInventory ("SlimerSummoner")
	TNT1 A 0 A_GiveInventory ("LaserTurretSummoner")
	TNT1 A 0 A_GiveInventory ("pigflyerSummoner")
	TNT1 A 0 A_GiveInventory ("ProtectorDroneSummoner")
	TNT1 A 0 A_GiveInventory ("EnforcerSummoner")
	TNT1 A 0 A_GiveInventory ("OctabrainSummoner")
	TNT1 A 0 A_GiveInventory ("OctabrainRetrofit")
	TNT1 A 0 A_GiveInventory ("OctasniperSummoner")
	TNT1 A 0 A_GiveInventory ("SentryDronesummoner")
	TNT1 A 0 A_GiveInventory ("AssaultCommandersummoner")
	TNT1 A 0 A_GiveInventory ("PigTankSummoner")
	TNT1 A 0 A_GiveInventory ("PigMachineUpgraderSummoner")	
	TNT1 A 0 A_GiveInventory ("BattlelordSummoner")
	TNT1 A 0 A_GiveInventory ("OverlordSummoner")
	TNT1 A 0 A_GiveInventory ("EmperorSummoner")
	TNT1 A 0 A_GiveInventory ("QueenSummoner")	
	TNT1 A 0 A_GiveInventory ("SteroidWaveSummoner")	
	TNT1 A 0 A_GiveInventory ("AlienRedunlocked")
	TNT1 A 0 A_GiveInventory ("Slimerunlocked")
	TNT1 A 0 A_GiveInventory ("Pigcopunlocked")	
	TNT1 A 0 A_GiveInventory ("OrganicTurretunlocked")
	TNT1 A 0 A_GiveInventory ("PigFlyerunlocked")
	TNT1 A 0 A_GiveInventory ("Steroidsunlocked")
	TNT1 A 0 A_GiveInventory ("Octabrainunlocked")
	TNT1 A 0 A_GiveInventory ("Protectorunlocked")
	TNT1 A 0 A_GiveInventory ("Enforcerunlocked")
	TNT1 A 0 A_GiveInventory ("SentryDroneunlocked")
	TNT1 A 0 A_GiveInventory ("Commanderunlocked")
	TNT1 A 0 A_GiveInventory ("Pigtankunlocked")
	TNT1 A 0 A_GiveInventory ("Battlelordunlocked")
	TNT1 A 0 A_GiveInventory ("Overlordunlocked")
	TNT1 A 0 A_GiveInventory ("Emperorunlocked")
	TNT1 A 0 A_GiveInventory ("Queenunlocked")
	TNT1 A 0 A_GiveInventory ("GotTrooperUpgrader")
	TNT1 A 0 A_GiveInventory ("GotPigMachineUpgrader")
    stop
  Arena:
	TNT1 A 0 A_GiveInventory ("DarkSoldierSummoner")
	TNT1 A 0 A_GiveInventory ("ForgottenSummoner")
	TNT1 A 0 A_GiveInventory ("DemonLordSummoner")
	TNT1 A 0 A_GiveInventory ("DemonLordUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("HellRazerSummoner")
	TNT1 A 0 A_GiveInventory ("TorturedSoulSummoner")
	TNT1 A 0 A_GiveInventory ("TorturedSoulUpgradeSummoner")
	TNT1 A 0 A_GiveInventory ("HadesElementalSummoner")
	TNT1 A 0 A_GiveInventory ("DarkWarlordSummoner")
	TNT1 A 0 A_GiveInventory ("DeathBringerSummoner")
	TNT1 A 0 A_GiveInventory ("DeathBringerRetrofit")
	TNT1 A 0 A_GiveInventory ("ExplosiveDeathBringerSummoner")
	TNT1 A 0 A_GiveInventory ("DiabolistSummoner")
	TNT1 A 0 A_GiveInventory ("ArachnophobiaSummoner")
	TNT1 A 0 A_GiveInventory ("ArachnophobiaRetrofit")
	TNT1 A 0 A_GiveInventory ("FlyingArachnophobiaSummoner")
	TNT1 A 0 A_GiveInventory ("HellcubusSummoner")
	TNT1 A 0 A_GiveInventory ("CyberWarlordSummoner")
	TNT1 A 0 A_GiveInventory ("HellCubusSummoner")
	TNT1 A 0 A_GiveInventory ("Overlord2Summoner")
	TNT1 A 0 A_GiveInventory ("KriegerSummoner")
	TNT1 A 0 A_GiveInventory ("CerebralSentientSummoner")
	TNT1 A 0 A_GiveInventory ("MotherDemonSummoner")
	TNT1 A 0 A_GiveInventory ("KronosSummoner")
	TNT1 A 0 A_GiveInventory ("HellOrbSummoner")	
	TNT1 A 0 A_GiveInventory ("DarkSoldierunlocked")
	TNT1 A 0 A_GiveInventory ("Forgottenunlocked")
	TNT1 A 0 A_GiveInventory ("DemonLordunlocked")
	TNT1 A 0 A_GiveInventory ("HellRazerunlocked")
	TNT1 A 0 A_GiveInventory ("TorturedSoulunlocked")
	TNT1 A 0 A_GiveInventory ("HadesElementalunlocked")
	TNT1 A 0 A_GiveInventory ("DeathBringerunlocked")
	TNT1 A 0 A_GiveInventory ("Diabolistunlocked")
	TNT1 A 0 A_GiveInventory ("DarkWarlordunlocked")
	TNT1 A 0 A_GiveInventory ("CyberWarlordunlocked")
	TNT1 A 0 A_GiveInventory ("Arachnophobiaunlocked")
	TNT1 A 0 A_GiveInventory ("Hellcubusunlocked")
	TNT1 A 0 A_GiveInventory ("Hellcubusunlocked")
	TNT1 A 0 A_GiveInventory ("Kronosunlocked")
	TNT1 A 0 A_GiveInventory ("Overlord2unlocked")
	TNT1 A 0 A_GiveInventory ("Kriegerunlocked")
	TNT1 A 0 A_GiveInventory ("CerebralSentientunlocked")
	TNT1 A 0 A_GiveInventory ("MotherDemonunlocked")
	TNT1 A 0 A_GiveInventory ("GotDemonLordUpgrader")
	TNT1 A 0 A_GiveInventory ("GotTorturedSoulUpgrader")
	TNT1 A 0 A_GiveInventory ("HellOrbItemunlocked")
    stop
  Realm:
	TNT1 A 0 A_GiveInventory ("NightshadeSummoner")
	TNT1 A 0 A_GiveInventory ("SlimeWormSummoner")
	TNT1 A 0 A_GiveInventory ("SentryGunSummoner")
	TNT1 A 0 A_GiveInventory ("ShadowSummoner")
	TNT1 A 0 A_GiveInventory ("FleshWizardSummoner")
	TNT1 A 0 A_GiveInventory ("WickedSummoner")
	TNT1 A 0 A_GiveInventory ("TerminatorSummoner")
	TNT1 A 0 A_GiveInventory ("HornBeastSummoner")
	TNT1 A 0 A_GiveInventory ("HierophantSummoner")
	TNT1 A 0 A_GiveInventory ("UACWalkerSummoner")
	TNT1 A 0 A_GiveInventory ("FallenSummoner")
	TNT1 A 0 A_GiveInventory ("MaephistoSummoner")
	TNT1 A 0 A_GiveInventory ("PaladinSummoner")
	TNT1 A 0 A_GiveInventory ("DarknessRiftSummoner")
	TNT1 A 0 A_GiveInventory ("Nightshadeunlocked")
	TNT1 A 0 A_GiveInventory ("SlimeWormunlocked")
	TNT1 A 0 A_GiveInventory ("SentryGununlocked")	
	TNT1 A 0 A_GiveInventory ("Shadowunlocked")
	TNT1 A 0 A_GiveInventory ("FleshWizardunlocked")
	TNT1 A 0 A_GiveInventory ("Terminatorunlocked")
	TNT1 A 0 A_GiveInventory ("HornBeastunlocked")
	TNT1 A 0 A_GiveInventory ("Hierophantunlocked")
	TNT1 A 0 A_GiveInventory ("UACWalkerunlocked")
	TNT1 A 0 A_GiveInventory ("Fallenunlocked")
	TNT1 A 0 A_GiveInventory ("Maephistounlocked")
	TNT1 A 0 A_GiveInventory ("Paladinunlocked")
	TNT1 A 0 A_GiveInventory ("DarknessRiftunlocked")
	TNT1 A 0 A_GiveInventory ("BranchRefinement")
	TNT1 A 0 A_GiveInventory ("BranchRefinementunlocked")
	TNT1 A 0 A_GiveInventory ("BranchRefinementSummoner")
	TNT1 A 0 A_GiveInventory ("ChangeBranchRefinement1")
    stop
  }
}