mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Fix crafting issue
This commit is contained in:
@@ -24,7 +24,7 @@ class ItemEtool : ItemCore
|
||||
/*class Use
|
||||
{
|
||||
text=$STR_CREATE_STASH;
|
||||
script="spawn player_createstash; r_action_count = r_action_count + 1;";
|
||||
script="spawn player_createstash;"; // r_action_count = r_action_count + 1;
|
||||
};*/
|
||||
};
|
||||
};
|
||||
@@ -24,7 +24,7 @@ class ItemShovel : ItemCore
|
||||
class Use
|
||||
{
|
||||
text = $STR_CREATE_STASH;
|
||||
script = "spawn player_createstash; r_action_count = r_action_count + 1;";
|
||||
script = "spawn player_createstash;"; // r_action_count = r_action_count + 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user