ACTOR SpreadKiller : CustomInventory 11750
{
Scale 0.75
Inventory.Amount 1
Inventory.MaxAmount 1
Inventory.InterHubAmount 1
Inventory.PickupMessage "SpreadKiller"
Inventory.PickupSound "pickups/flask"
Inventory.UseSound "flask/use"
Inventory.Icon "SPRDKLLR"
+INVENTORY.INVBAR
States
{
Spawn:
     SPDK A -1
     Stop
Use:
  TNT1 A 0 A_TakeInventory ("SuperLegendaryRuneItem", 1)
  TNT1 A 0 A_TakeInventory ("LegSpread", 1)
  TNT1 A 0 A_TakeInventory ("LegSpeed", 1)
  Fail
}
}
