ACTOR ErasusAmmo : Ammo
{
	Inventory.Amount 10
	Inventory.MaxAmount 200
	Ammo.BackpackAmount 50
	Ammo.BackpackMaxAmount 400
	Inventory.PickupMessage "Picked up HE shell clip."
	Inventory.PickupSound "Ammo/Shells"
	Inventory.Icon "SHELC0"
	Scale 0.8
	States
	{
	Spawn:
		SHEL B -1
		Loop
	}
}

ACTOR ErasusBox : ErasusAmmo
{
	Inventory.Amount 50
	Inventory.PickupMessage "Picked up a box of HE shells."
	Inventory.PickupSound "Ammo/Shells"
	Scale 1
	States
	{
	Spawn:
		SBOX B -1
		Loop
	}
}