ACTOR DustMana : Ammo
{
  Inventory.Amount 30
  Inventory.MaxAmount 300
  Ammo.BackpackAmount 30
  Ammo.BackpackMaxAmount 600
  Radius 8
  Height 8
  +FLOATBOB
  Scale 0.85
  Inventory.Icon "MANGA0"
  Inventory.PickupMessage "Magic essence"
  Inventory.PickupSound "Mana/Pickup"
  States
  {
  Spawn:
	MAN2 ABCDEFGHIJKLMNOP 4 Bright
	Loop
  }
}

ACTOR BigDustMana : DustMana
{
  Scale 0.85
  Inventory.Amount 100
  Inventory.PickupMessage "Large magic essence"
  States
  {
  Spawn:
	MAN3 ABCDEFGHIJKLMNOP 4 Bright
	Loop
  }
}