mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update ReadMes
@oiad please keep Epoch specific strings in the dayz_epoch package The status icons translation was identical to English. @AirwavesMan the second word is not capitalized for consistency with all other settings in the game options menu. https://i.imgur.com/eIbPBlM.jpg
This commit is contained in:
@@ -17,7 +17,7 @@ class ItemSodaEmpty : HandGrenade
|
||||
script = ";[_id] spawn player_fillWater;";
|
||||
};
|
||||
class Crafting {
|
||||
text = $STR_ACTIONS_MELT_BARS;
|
||||
text = $STR_EPOCH_MELT_BARS;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"fire"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
@@ -46,7 +46,7 @@ class TrashTinCan : HandGrenade
|
||||
script = ";[_id] spawn player_fillWater;";
|
||||
};
|
||||
class Crafting {
|
||||
text = $STR_ACTIONS_MELT_BARS;
|
||||
text = $STR_EPOCH_MELT_BARS;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"fire"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
|
||||
Reference in New Issue
Block a user