Actor TrueLegAmmoSphere : CustomInventory 26837
{
 Inventory.PickupMessage "\c[l5]True Legendary Ammo Sphere. How long are you going to spam with that gun?!"
 Inventory.PickupSound "legammo/pickup"
 Inventory.UseSound "truelegammosphere/use"
 Inventory.Icon "TLASZ0"
 +INVBAR
 +INVENTORY.BIGPOWERUP
 +NOTIMEFREEZE
 +DONTGIB
 States
 { 	
  Spawn:
	TLAS A 0 NoDelay ACS_NamedExecuteAlways("SpawnEffectsOnItem",0,6,19)
  SpawnLoop:
	TLAS ABCD 10 Bright 
	Loop
  Use:
	TNT1 A 0 A_GiveInventory("TrueLegInfiniteAmmo")
	TNT1 A 0 A_GiveInventory("TrueLegendaryCell",130)
	Stop 	
 }
}

Actor TrueLegInfiniteAmmo : PowerupGiver
{
 Inventory.MaxAmount 0
 +INVENTORY.AUTOACTIVATE 
 +INVENTORY.ALWAYSPICKUP
 Powerup.Duration -145
 Powerup.Color Blue 0.2
 Powerup.Type "PowerInfiniteAmmo"
}
