Remove unused crafting recipes

Vanilla commits:

809de6a0a3

93c128085a
This commit is contained in:
ebayShopper
2017-06-10 13:06:16 -04:00
parent 5864bbcbf8
commit e0d271671a
16 changed files with 1 additions and 458 deletions

View File

@@ -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