mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Update Painkillers and Antibiotics
- Painkillers are in different pill counts available now, same as antibiotics - the strings of painkillers and antibiotics have the pill count displayed in the name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
MedicalLow[] =
|
||||
{
|
||||
{Loot_GROUP, 3, Painkillers},
|
||||
{Loot_MAGAZINE, 5, ItemBandage},
|
||||
{Loot_MAGAZINE, 3, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 3, ItemMorphine},
|
||||
{Loot_MAGAZINE, 1, ItemEpinephrine},
|
||||
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||
@@ -23,6 +23,17 @@ MedicalBox[] =
|
||||
{Loot_GROUP, 1, MedicalLow}
|
||||
};
|
||||
|
||||
Painkillers[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 1, ItemPainkiller6},
|
||||
{Loot_MAGAZINE, 2, ItemPainkiller5},
|
||||
{Loot_MAGAZINE, 3, ItemPainkiller4},
|
||||
{Loot_MAGAZINE, 4, ItemPainkiller3},
|
||||
{Loot_MAGAZINE, 5, ItemPainkiller2},
|
||||
{Loot_MAGAZINE, 6, ItemPainkiller1}
|
||||
};
|
||||
|
||||
Antibiotics[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic3},
|
||||
|
||||
Reference in New Issue
Block a user