mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove create stash option
This commit is contained in:
@@ -20,7 +20,7 @@ class ItemSandbag : CA_Magazine
|
|||||||
create = "Sandbag1_DZ";
|
create = "Sandbag1_DZ";
|
||||||
byPass = "byPassRoadCheck";
|
byPass = "byPassRoadCheck";
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
class Build2
|
class Build2
|
||||||
{
|
{
|
||||||
text = $STR_CREATE_STASH;
|
text = $STR_CREATE_STASH;
|
||||||
@@ -28,7 +28,8 @@ class ItemSandbag : CA_Magazine
|
|||||||
require[] = {"ItemEtool"};
|
require[] = {"ItemEtool"};
|
||||||
consume[] = {"ItemSandbag"};
|
consume[] = {"ItemSandbag"};
|
||||||
create = "StashSmall";
|
create = "StashSmall";
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_273;
|
text = $STR_EPOCH_PLAYER_273;
|
||||||
|
|||||||
Reference in New Issue
Block a user