//Dem Refillers
#library "PowerOverfuelming"
#include "zcommon.acs"

script 697 ENTER
{
	{
		GiveInventory("ExcaliAmmo",1);
	}
	Delay(3);
	restart;
}

script 696 ENTER
{
	{
		GiveInventory("CubeAmmo",1);
	}
	Delay(5);
	restart;
}

script 695 ENTER
{
	{
		GiveInventory("SatchelAmmo",1);
	}
	Delay(5);
	restart;
}

script 694 ENTER
{
	{
		GiveInventory("JetThruster",1);
	}
	Delay(35*3);
	restart;
}