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:
ebaydayz
2016-11-05 16:34:00 -04:00
parent 13a3083bae
commit 564144ee41

View File

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