From 44eb34445db7450f1efa5dc0d1b21646d23040a1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Mon, 3 Jul 2017 07:40:47 -0500 Subject: [PATCH] Msg for missing item --- Sources/epoch_code/compile/EPOCH_consumeItem.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf index 8309000c..51dae6f8 100644 --- a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf +++ b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf @@ -334,7 +334,7 @@ switch _interactOption do { }; }; if(!((_x select 1) in (magazines player)) && !((_x select 1) isEqualTo "Crypto"))exitWith{ - [format["You do not have the required materials to upgrade your %1",_vehType],5] call Epoch_message;_canUpgrade = false; + [format["You do not have %1 to upgrade your %2", (_x select 1), _vehType],5] call Epoch_message;_canUpgrade = false; }; }forEach _reqMaterials; if(_canUpgrade)then{