ACTOR StupidRatPhoneCooldown : Inventory			//  Change to inventory because "ammo" is affected by sv_doubleammo 
{
	Inventory.RestrictedTo "StupidRatClass"
	Inventory.Amount 1
	Inventory.MaxAmount 812

	States
	{
	Spawn:
		03PT A -1 
		Stop
	}
}