mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Remove unused crafting recipes
Vanilla commits: https://github.com/DayZMod/DayZ/commit/809de6a0a3a968f23b9ef35cc0f051de705094a4 https://github.com/DayZMod/DayZ/commit/93c128085a066932c4070a8070e786ddd5a5401f
This commit is contained in:
@@ -9,13 +9,4 @@ class ItemEtool : ItemCore
|
||||
stashsmall = "StashSmall";
|
||||
stashmedium = "StashMedium";
|
||||
consume = "ItemSandbag";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
/*class Use
|
||||
{
|
||||
text=$STR_CREATE_STASH;
|
||||
script="spawn player_createstash;";
|
||||
};*/
|
||||
};
|
||||
};
|
||||
@@ -10,15 +10,7 @@ class ItemShovel : ItemCore
|
||||
stashsmall = "StashSmall";
|
||||
stashmedium = "StashMedium";
|
||||
consume = "ItemSandbag";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
/*class Use
|
||||
{
|
||||
text = $STR_CREATE_STASH;
|
||||
script = "spawn player_createstash;";
|
||||
};*/
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
class ItemShovelBroken : ItemCore
|
||||
|
||||
Reference in New Issue
Block a user