mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Split WeaponHolder
This commit is contained in:
@@ -25,4 +25,16 @@ class LockboxStorage: Land_A_tent {
|
||||
transportMaxBackpacks = 10;
|
||||
lockedClass = "LockboxStorageLocked";
|
||||
packedClass = "WeaponHolder_ItemLockbox";
|
||||
};
|
||||
|
||||
class WeaponHolder;
|
||||
class WeaponHolder_ItemLockbox: WeaponHolder {
|
||||
scope = 2;
|
||||
displayName = "Lockbox";
|
||||
class transportmagazines {
|
||||
class _xx_ItemLockbox {
|
||||
magazine = "ItemLockbox";
|
||||
count = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user