mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 12:41:56 +03:00
Update vanilla repair action
Vanilla commit: https://github.com/DayZMod/DayZ/commit/9bdce88f1ab8f329b4d8acf75008eb61c5921e6d
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
onlyForPlayer = 1;\
|
onlyForPlayer = 1;\
|
||||||
shortcut = "";\
|
shortcut = "";\
|
||||||
condition = "(['Repair',this] call userActionConditions)";\
|
condition = "(['Repair',this] call userActionConditions)";\
|
||||||
statement = "this call player_repairVehicle;"
|
statement = "this call player_repairVehicle;";\
|
||||||
|
hideOnUse = 0
|
||||||
|
|
||||||
#define ACTION_SALVAGE displayName = $STR_ACTIONS_SALVAGEVEH;\
|
#define ACTION_SALVAGE displayName = $STR_ACTIONS_SALVAGEVEH;\
|
||||||
displayNameDefault = $STR_ACTIONS_SALVAGEVEH;\
|
displayNameDefault = $STR_ACTIONS_SALVAGEVEH;\
|
||||||
@@ -16,7 +17,8 @@
|
|||||||
onlyForPlayer = 1;\
|
onlyForPlayer = 1;\
|
||||||
shortcut = "";\
|
shortcut = "";\
|
||||||
condition = "(['Salvage',this] call userActionConditions)";\
|
condition = "(['Salvage',this] call userActionConditions)";\
|
||||||
statement = "this call player_salvageVehicle;"
|
statement = "this call player_salvageVehicle;";\
|
||||||
|
hideOnUse = 0
|
||||||
|
|
||||||
#define ACTION_PUSH displayName = $STR_ACTIONS_PUSH;\
|
#define ACTION_PUSH displayName = $STR_ACTIONS_PUSH;\
|
||||||
displayNameDefault = $STR_ACTIONS_PUSH;\
|
displayNameDefault = $STR_ACTIONS_PUSH;\
|
||||||
|
|||||||
Reference in New Issue
Block a user