mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-12 11:12:56 +03:00
0.941
+ added 3d preview to placing vaults and well as a test to see if vaults can be placed in buildings.
This commit is contained in:
@@ -1393,7 +1393,7 @@ class CfgMagazines
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Gold";
|
||||
displayName = "10oz Gold";
|
||||
model = "\dayz_equip\models\gold_bar_10oz.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bar_gold_CA.paa";
|
||||
descriptionShort = "10oz Gold Bar";
|
||||
@@ -1403,7 +1403,7 @@ class CfgMagazines
|
||||
{
|
||||
text = "Smelt 1oz bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemGoldBar10oz"};
|
||||
output[] = {"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user