mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.982
+ removed ACR requirement from missions and removed Octavia_ACR from vehicle spawn config.
This commit is contained in:
@@ -662,7 +662,7 @@ class CfgMagazines {
|
||||
ammo = "TinCan";
|
||||
};
|
||||
|
||||
class ItemWaterbottle;
|
||||
class ItemWaterbottle;
|
||||
class ItemWaterbottleBoiled : ItemWaterbottle {
|
||||
displayName = $STR_ITEMWATERBOTTLEBOILED_CODE_NAME;
|
||||
descriptionShort = $STR_ITEMWATERBOTTLEBOILED_CODE_DESC;
|
||||
@@ -674,6 +674,13 @@ class ItemWaterbottle;
|
||||
shortNameMagazine = "Machete";
|
||||
ammo = "Machete_Swing_Ammo";
|
||||
};
|
||||
// Inventory Placeholder
|
||||
class DummyItem : Hatchet_Swing {
|
||||
displayName = "Dummy";
|
||||
displayNameMagazine = "Dummy";
|
||||
shortNameMagazine = "Dummy";
|
||||
ammo = "Dummy_Swing_Ammo";
|
||||
};
|
||||
|
||||
class ItemTrashToiletpaper : CA_Magazine {
|
||||
scope = public;
|
||||
|
||||
Reference in New Issue
Block a user