module TheyKnew {

	imports
	{
		Base
	}
	
	recipe Take Zomboxycycline Pills
	{
		Zomboxycycline=1,
		
		Result:Zomboxycycline,
		RemoveResultItem:true,
		Time:30.0,
		OnCreate:ZomboxycyclineTakePills,
	}
}