mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed to LSTRING
This commit is contained in:
parent
d33834261f
commit
6a1b8cc359
@ -60,7 +60,7 @@ _hitPointsAddedAmount = [];
|
||||
|
||||
// remove wheel action
|
||||
_name = format ["Remove_%1", _x];
|
||||
_text = localize "STR_ACE_Repair_RemoveWheel";
|
||||
_text = localize LSTRING(RemoveWheel);
|
||||
|
||||
_condition = {[_this select 1, _this select 0, _this select 2 select 0, "RemoveWheel"] call DFUNC(canRepair)};
|
||||
_statement = {[_this select 1, _this select 0, _this select 2 select 0, "RemoveWheel"] call DFUNC(repair)};
|
||||
|
Loading…
Reference in New Issue
Block a user