mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix errors from #1689 localization
@Adaptivity - STR_EPOCH_WALLWITHDOORLOCKED_DESC string was missing - I see no reason STR_EPOCH_PLOTDEED_ACTION was renamed to a less descriptive name, and it was missing the German translation from the old one, so I changed it back - These build actions in fn_selfActions are for vanilla building. They shouldn't be in the Epoch package. I renamed them and submitted them to vanilla too.
This commit is contained in:
@@ -284,7 +284,7 @@ class ItemPlotDeed: CA_Magazine {
|
||||
sfx = "document";
|
||||
class ItemActions {
|
||||
class Crafting {
|
||||
text = $STR_EPOCH_PLAYER_317;
|
||||
text = $STR_EPOCH_PLOTDEED_ACTION;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
|
||||
Reference in New Issue
Block a user