mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
Fix action text
This commit is contained in:
@ -26,7 +26,7 @@ private _actions = [];
|
||||
_actions pushBack [
|
||||
[
|
||||
"place_" + _x,
|
||||
format [LSTRING(place), _displayName],
|
||||
format [LLSTRING(place), _displayName],
|
||||
_actionIconPlace,
|
||||
{[_this select 0, _this select 2] call FUNC(placeFlag)},
|
||||
{true},
|
||||
@ -41,7 +41,7 @@ private _actions = [];
|
||||
_actions pushBack [
|
||||
[
|
||||
"carry_" + _x,
|
||||
format [LSTRING(carry), _displayName],
|
||||
format [LLSTRING(carry), _displayName],
|
||||
_actionIconCarry,
|
||||
{[_this select 0, _this select 2] call FUNC(carryFlag)},
|
||||
{!([_this select 1] call FUNC(carriesFlag))}, // Should not carry flag already
|
||||
|
Reference in New Issue
Block a user