diff --git a/dayz_code/actions/buy_db.sqf b/dayz_code/actions/buy_db.sqf index 8096e6acf..3681e884d 100644 --- a/dayz_code/actions/buy_db.sqf +++ b/dayz_code/actions/buy_db.sqf @@ -94,7 +94,6 @@ diag_log format["DEBUG Buy: %1", dayzTraderMenuResult]; if(_qty <= 0) then { _Display = format["Buy %1 (Out of Stock: %2)", _textPart, _qty]; _part = player addAction [_Display, "\z\addons\dayz_code\actions\trade_cancel.sqf",[], 0, true, false, "",""]; - _part = player addAction [_Display, _File,[_name,_bname,_out,_in,"buy",_textCurrency,_textPart,_header], _order, true, true, "",""]; } else { _Display = format["Buy %1 (%2) for %3 %4 (Available: %5)", _textPart, _name, _in, _textCurrency, _qty]; _part = player addAction [_Display, _File,[_name,_bname,_out,_in,"buy",_textCurrency,_textPart,_header], _order, true, true, "",""]; diff --git a/dayz_code/config.cpp b/dayz_code/config.cpp index 52cbf34bb..e83c53fcb 100644 --- a/dayz_code/config.cpp +++ b/dayz_code/config.cpp @@ -33,7 +33,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayepoch.com"; - version = "0.81"; + version = "0.82"; hiveVersion = 0.96; //0.93 }; }; diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index d98f0f52d..c3277a634 100644 --- a/dayz_code/rscTitles.hpp +++ b/dayz_code/rscTitles.hpp @@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 0.81 (1.7.5.M1D25)"; + text = "DayZ Epoch 0.82 (1.7.5.M1D25)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; class CA_TitleMainMenu; diff --git a/dayz_equip/config.cpp b/dayz_equip/config.cpp index 710740e06..454b4c3eb 100644 --- a/dayz_equip/config.cpp +++ b/dayz_equip/config.cpp @@ -1483,6 +1483,7 @@ class CfgMagazines scope = 2; count = 12; type = "(256 * 6)"; + displayName = "Supply Crate"; model = "\dayz_equip\models\supply_crate.p3d"; picture = "\dayz_equip\textures\equip_wooden_crate_ca.paa"; descriptionShort = "12 x NV Goggles"; @@ -1492,9 +1493,10 @@ class CfgMagazines scope = 2; count = 12; type = "(256 * 6)"; + displayName = "Supply Crate"; model = "\dayz_equip\models\supply_crate.p3d"; picture = "\dayz_equip\textures\equip_wooden_crate_ca.paa"; - descriptionShort = "12 x 30Rnd_9x19_MP5SD rounds"; + descriptionShort = "12 x 30Rnd_9x19_MP5SD"; }; class ItemGenerator: CA_Magazine { diff --git a/dayz_equip/models/supply_crate.p3d b/dayz_equip/models/supply_crate.p3d index 794360905..c4dd919ba 100644 Binary files a/dayz_equip/models/supply_crate.p3d and b/dayz_equip/models/supply_crate.p3d differ