mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
1.0.1.94 DEV BUILD
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class MeleeFlashlight : Pistol {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_2TB;
|
||||
text = "Add to toolbelt";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -9,7 +9,7 @@ class MeleeFlashlight : Pistol {
|
||||
class ItemFlashlight : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_RFROMTB;
|
||||
text = "Remove from toolbelt";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -17,7 +17,7 @@ class MeleeFlashlight : Pistol {
|
||||
class MeleeFlashlightRed : MeleeFlashlight {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_2TB;
|
||||
text = "Add to toolbelt";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -25,7 +25,7 @@ class MeleeFlashlight : Pistol {
|
||||
class ItemFlashlightRed : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_RFROMTB;
|
||||
text = "Remove from toolbelt";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user