Jump to content

Water purification tablets


Kenobi

Recommended Posts

Water purification tablets are already in CfgLootTable @Kenobi

	class Medical
	{
		items[] = {
				{ { "FAK", "magazine" }, 50 },
				{ { "Heal_EPOCH", "item" }, 2 },
				{ { "Defib_EPOCH", "item" }, 1 },
				{ {"atropine_epoch", "magazine" }, 6 },
				{ {"adrenaline_epoch", "magazine" }, 5 },
				{ {"morphine_epoch", "magazine" }, 3 },
				{ {"caffeinepills_epoch", "magazine" }, 10 },
				{ {"orlistat_epoch", "magazine" }, 5 },
				{ {"nanite_cream_epoch", "magazine" }, 3 },
				{ {"nanite_gun_epoch", "magazine" }, 1 },
				{ {"nanite_pills_epoch", "magazine" }, 5 },
				{ {"iodide_pills_epoch", "magazine" }, 5 },
				{ {"ItemWaterPurificationTablets", "magazine" }, 5 }
		};
	};

but they are not in CfgPricing... that is the issue. I will get them added. In the meantime just add something like:

    class ItemWaterPurificationTablets {price = 10;};

And then they should spawn as loot for you...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...