mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 23:20:50 +03:00
Advance trading gem fixes/localizations (#1771)
* Advanced trading combine/return change Fixes combining/returnChange to squash gems into usable currency so they can properly be used in the economy Stringtable fixes for duplicates * Localization additions More localizations
This commit is contained in:
@@ -28,7 +28,7 @@ if (!_justChecking) then {
|
||||
if (_totalWorth - _toPay == 0) then { // Money in inventory was exact amount
|
||||
_success = true;
|
||||
} else {
|
||||
_success = [_toPay,_totalWorth,_justChecking,_regularMagsToBuy,_moneyInGear,_moneyInBackpack] call Z_returnChange;
|
||||
_success = [_toPay,_totalWorth,_justChecking,_regularMagsToBuy,_moneyInGear,_moneyInBackpack,false] call Z_returnChange;
|
||||
};
|
||||
|
||||
_success
|
||||
|
||||
Reference in New Issue
Block a user