mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
#860 canvas/bandage stringtable
This commit is contained in:
@@ -3618,7 +3618,7 @@ class CfgMagazines {
|
|||||||
};
|
};
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_269;
|
text = $STR_EPOCH_PLAYER_269b;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox","ItemKnife"};
|
requiretools[] = {"ItemToolbox","ItemKnife"};
|
||||||
@@ -3627,7 +3627,7 @@ class CfgMagazines {
|
|||||||
};
|
};
|
||||||
class Crafting1
|
class Crafting1
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_270;
|
text = $STR_EPOCH_PLAYER_269;
|
||||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox","ItemKnife"};
|
requiretools[] = {"ItemToolbox","ItemKnife"};
|
||||||
|
|||||||
Reference in New Issue
Block a user