mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Update vanilla building
Vanilla commits: https://github.com/DayZMod/DayZ/commit/2ec04a7f8dc50be4a197b76291f06ceae0437b7c https://github.com/DayZMod/DayZ/commit/f333910f95ed0991ffe9eae76f80f39f1b582eee https://github.com/DayZMod/DayZ/commit/156b90ccb54d44bfc7ac49ed55757282f82e5831
This commit is contained in:
@@ -36,12 +36,13 @@ class ItemScrews: CA_Magazine //Construection,farm,indestrial,castle,residential
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Loose Screws";//"Box of screws for metal"
|
||||
displayName = $STR_BLD_name_ItemScrews;//"Box of screws for metal"
|
||||
picture = "\z\addons\dayz_buildings\equip\item_screws.paa";
|
||||
model = "z\addons\dayz_buildings\models\screws.p3d";
|
||||
descriptionShort = $STR_BLD_desc_ItemScrews;//"Box of screws"
|
||||
};
|
||||
|
||||
/*
|
||||
class ItemBagScrews: CA_Magazine//Construection,indestrial,supermarket
|
||||
{
|
||||
scope = 2;
|
||||
@@ -61,7 +62,6 @@ class ItemBagScrews: CA_Magazine//Construection,indestrial,supermarket
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
ItemScrews //Construection,farm,indestrial,castle,residential
|
||||
ItemBagScrews //(LowChance)Construection,(LowChance)indestrial,supermarket
|
||||
ItemRSJ //Construection,farm,indestrial,castle
|
||||
|
||||
Reference in New Issue
Block a user