mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Dyna Buildmode also persistent without Energy
Players often are confused, why Build mode is not in DynaMenu
This commit is contained in:
parent
28baecfd71
commit
b3647282e2
@ -51,8 +51,8 @@ class player_group_requests
|
||||
|
||||
class base_mode_enable
|
||||
{
|
||||
condition = "EPOCH_buildMode in [0,2] && EPOCH_playerEnergy > 0 && !dyna_inVehicle";
|
||||
action = "EPOCH_stabilityTarget = objNull;EPOCH_buildMode = 1;['Build Mode: Enabled Snap alignment', 5] call Epoch_message;EPOCH_buildDirection = 0;";
|
||||
condition = "EPOCH_buildMode in [0,2] && !dyna_inVehicle";
|
||||
action = "if (EPOCH_playerEnergy > 0) then {EPOCH_stabilityTarget = objNull;EPOCH_buildMode = 1;['Build Mode: Enabled Snap alignment', 5] call Epoch_message;EPOCH_buildDirection = 0} else {['Need Energy!', 5] call Epoch_message};";
|
||||
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_maintain.paa";
|
||||
tooltip = "Build Mode: Snap alignment";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user