mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Adding many new strings (#1781)
* More Stringtable updates Ive added and corrected more german strings. Some german strings were too long. Lots of building items needed a localization. Adding after request the Winter Ghillie Suit localization for Namalsk compatibility. * Update for new localization * Update for localization * Update for new localization * Update again * localization update * Update stringtable.xml * Update Doors.hpp * Update ModularBuilding.hpp * Update stringtable.xml * Update stringtable.xml * Update Doors.hpp * Update Prop_Defs.hpp
This commit is contained in:
@@ -9,12 +9,12 @@ class ItemToolbox : ItemCore
|
||||
{
|
||||
class RemoveNet
|
||||
{
|
||||
text="Remove Camo Net";
|
||||
text= $STR_EQUIP_TOOLBOX_ACTION_1;
|
||||
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],5,'str_epoch_player_8'] call player_removeNearby;";
|
||||
};
|
||||
class RemoveTankTrap
|
||||
{
|
||||
text="Remove Tank Trap";
|
||||
text= $STR_EQUIP_TOOLBOX_ACTION_2;
|
||||
script=";[['Hedgehog_DZ'],1,'STR_EPOCH_ACTIONS_14'] call player_removeNearby;";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user