mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Revert vanilla work bench to player_buildVanilla
Partial revert of:
2d9097a6af
This workbench is currently not obtainable either by crafting or the
loot tables, so it is not used anyway. But with Epoch player_build
attempting to build it sends the player flying / sliding backwards at
high speed. Using the vanilla player_build that does not happen.
I tested building all the other items changed in the above commit and
none of them have this problem.
This commit is contained in:
@@ -12,7 +12,7 @@ class ItemWorkBench : CA_Magazine
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_BLD_build_ItemWorkBench;//"place WorkBench"
|
||||
script = "spawn player_build;";
|
||||
script = "; ['ItemWorkBench','Build'] spawn player_build;";
|
||||
require[] = {};
|
||||
consume[] = {"ItemWorkBench"};
|
||||
create = "WorkBench";
|
||||
|
||||
Reference in New Issue
Block a user