From 33220bfacc5a5931b2d6f77af589f64c069a1829 Mon Sep 17 00:00:00 2001 From: Grahame Date: Thu, 16 Aug 2018 10:32:36 -0400 Subject: [PATCH] Update EPOCH_npcTraderAdd2.sqf Corrected spelling of crypto --- Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf index f22a2d1a..f6832e3e 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf @@ -127,7 +127,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then { _cryptoCount = _cryptoCount + _worth; }; }; - ctrlSetText [_CryptoInCtrl, (format["%1 Krypto", _cryptoCount])]; + ctrlSetText [_CryptoInCtrl, (format["%1 Crypto", _cryptoCount])]; _cryptoCount = 0; _sizeOut = lbSize _TraderItemsOutBox; if (_sizeOut > 0) then { @@ -146,7 +146,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then { _cryptoCount = _cryptoCount + _worth; }; }; - ctrlSetText [_CryptoOutCtrl, (format["%1 Krypto", _cryptoCount])]; + ctrlSetText [_CryptoOutCtrl, (format["%1 Crypto", _cryptoCount])]; } else { ["Limit one per trade", 5] call Epoch_message;