ACTOR IDMPowerupTrail : PowerSpeed
/* The after-image effect for most powerups which don't utilize the
   Powerup.Colormap property.*/
{
	+CLIENTSIDEONLY
	-INVENTORY.INVBAR
	Powerup.Duration -20
	Inventory.Amount 1
	Inventory.MaxAmount 10
	Speed 1.0
}

ACTOR IDMPowerupTrail10 : IDMPowerupTrail
{
	Powerup.Duration -10
}
	


ACTOR PowerPickupProtection : PowerInvulnerable
{
  Powerup.Duration 35
  Inventory.Icon "PINVA1"
}

ACTOR PickupProtection : PowerupGiver
{
	-INVENTORY.INVBAR
	+INVENTORY.AUTOACTIVATE
	+INVENTORY.ALWAYSPICKUP
	Powerup.Color "White", 0.125
	Powerup.Type PickupProtection
	Powerup.Duration 35
}