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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...