Msg for missing item

This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-07-03 07:40:47 -05:00
parent 711e7aba06
commit 44eb34445d

View File

@ -334,7 +334,7 @@ switch _interactOption do {
}; };
}; };
if(!((_x select 1) in (magazines player)) && !((_x select 1) isEqualTo "Crypto"))exitWith{ 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; }forEach _reqMaterials;
if(_canUpgrade)then{ if(_canUpgrade)then{