mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
CFG WEAPONS DONE
This commit is contained in:
12
SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Hospital.hpp
Normal file
12
SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Hospital.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
Hospital[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 2, equip_gauze},
|
||||
{Loot_MAGAZINE, 2, equip_gauzepackaged},
|
||||
|
||||
{Loot_PILE, 8, MedicalLow, 1, 3},
|
||||
{Loot_PILE, 5, MedicalHigh, 1, 2},
|
||||
|
||||
{Loot_CONTAINER, 1, DZ_MedBox, MedicalBox, 8, 16},
|
||||
|
||||
{Loot_PILE, 10, Trash, 1, 2}
|
||||
};
|
||||
Reference in New Issue
Block a user