////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// AMMO                                                                       //
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

actor BatmanClipBox : ClipBox replaces ClipBox 2048
{
  SpawnID 153
  
  Inventory.PickupMessage "Picked a box of Batarangs."
  Inventory.Amount 60
}


actor BatmanBlast : Shell replaces Shell 2008
{
  SpawnID 154
  
  Inventory.PickupMessage "Picked up blastgun shells."
  Inventory.Amount 6
}

actor BatmanBlastBox : ShellBox replaces ShellBox 2049
{
  SpawnID 155
  
  Inventory.PickupMessage "Picked up a box of blastgun shells."
  Inventory.Amount 30
}

actor BatmanGasCan : Cell replaces Cell 2047
{
  SpawnID 156
  
  Inventory.PickupMessage "Picked up a gas canister."
  Inventory.Amount 20
}

actor BatmanGasPack : CellPack replaces CellPack 17
{
  SpawnID 157
  
  Inventory.PickupMessage "Picked up a gas canister pack."
  Inventory.Amount 100
}

actor BatmanBackpack: Backpack replaces Backpack 8
{
  SpawnID 158
  
  Inventory.PickupMessage "Picked up a bat belt full of ammo!"
}
