mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Removing 2 old rightclick actions, shorter german text (#1786)
* Removing old code Build Sandbag Fence is not longer used since the rightclick action to build a sandbag. * Removing old code Old code "remove tank trap" is not longer used since we have the scroll action for that. * Update Prop_Defs.hpp * Cutting some strings, removing old strings * Update stringtable.xml
This commit is contained in:
@@ -12,15 +12,6 @@ class ItemEtool : ItemCore
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = "Build Sandbag Fence";
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool"};
|
||||
consume[] = {"ItemSandbag"};
|
||||
create = "Sandbag1_DZ";
|
||||
};
|
||||
|
||||
/*class Use
|
||||
{
|
||||
text=$STR_CREATE_STASH;
|
||||
|
||||
Reference in New Issue
Block a user