Let Shovel build sandbags, fix errors with toolbox

This commit is contained in:
icomrade
2016-04-26 18:55:30 -04:00
parent bf9140f1b5
commit 53320178f1
2 changed files with 10 additions and 2 deletions

View File

@@ -10,12 +10,12 @@ class ItemToolbox : ItemCore
class RemoveNet
{
text="Remove Camo Net";
script="[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],5,'str_epoch_player_8'] call player_removeNearby;";
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],5,'str_epoch_player_8'] call player_removeNearby;";
};
class RemoveTankTrap
{
text="Remove Tank Trap";
script="[['Hedgehog_DZ'],1,'STR_EPOCH_ACTIONS_14'] call player_removeNearby;";
script=";[['Hedgehog_DZ'],1,'STR_EPOCH_ACTIONS_14'] call player_removeNearby;";
};
};