Remove create stash option

This commit is contained in:
icomrade
2016-07-26 21:01:21 -04:00
parent f61f5918cf
commit c847f8c756

View File

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