mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +03:00
Fix makeCopy Message
This commit is contained in:
@@ -23,7 +23,7 @@ call gear_ui_init;
|
|||||||
|
|
||||||
// require one tin bar per key
|
// require one tin bar per key
|
||||||
_hasTinBar = "ItemTinBar" in magazines player;
|
_hasTinBar = "ItemTinBar" in magazines player;
|
||||||
if(!_hasTinBar) exitWith {TradeInprogress = false; cutText ["\n\nKey crafting requires a 1oz Tin Bar." , "PLAIN DOWN"]};
|
if(!_hasTinBar) exitWith {TradeInprogress = false; cutText ["\n\nKey crafting requires a 1 Tin Bar." , "PLAIN DOWN"]};
|
||||||
|
|
||||||
player playActionNow "Medic";
|
player playActionNow "Medic";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user