mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add upgradable storage
Gun rack, wooden crate, wood shack, wooden shed and storage shed can be upgraded to a versiom with more gear slots now.
This commit is contained in:
@@ -79,7 +79,7 @@ class ItemPole: CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
class ItemMetalSheet: CA_Magazine //Construection,farm,indestrial,castle
|
||||
class ItemMetalSheet: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
@@ -110,7 +110,7 @@ class equip_metal_sheet_rusted : CA_Magazine {
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemRSJ: CA_Magazine //Construection,farm,indestrial,castle
|
||||
class ItemRSJ: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
|
||||
Reference in New Issue
Block a user