mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix stringtable
This commit is contained in:
parent
719e308f9b
commit
54ab834e5c
@ -20,4 +20,4 @@ if (_timeToCut > 4.5) then {
|
|||||||
playSound "ACE_wirecutter_sound";
|
playSound "ACE_wirecutter_sound";
|
||||||
};
|
};
|
||||||
|
|
||||||
[_timeToCut, [_fenceObject], {(_this select 0) call FUNC(cutDownFenceCallback)}, {(_this select 0) call FUNC(cutDownFenceAbort)}, localize "STR_ACE_CuttingFence"] call EFUNC(common,progressBar);
|
[_timeToCut, [_fenceObject], {(_this select 0) call FUNC(cutDownFenceCallback)}, {(_this select 0) call FUNC(cutDownFenceAbort)}, localize "STR_ACE_logistics_wirecutter_CuttingFence"] call EFUNC(common,progressBar);
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
PARAMS_1(_fenceObject);
|
PARAMS_1(_fenceObject);
|
||||||
|
|
||||||
_fenceObject setdamage 1;
|
_fenceObject setdamage 1;
|
||||||
[localize "STR_ACE_FenceCut"] call EFUNC(common,displayTextStructured);
|
[localize "STR_ACE_logistics_wirecutter_FenceCut"] call EFUNC(common,displayTextStructured);
|
||||||
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);
|
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);
|
||||||
|
Loading…
Reference in New Issue
Block a user