mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix craft half wood floor
Thx kira for reporting.
This commit is contained in:
@@ -1025,7 +1025,7 @@ class ItemWoodFloorQuarter: CA_Magazine
|
|||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||||
output[] = {{"ItemWoodFloorHalf",1}};
|
output[] = {{"ItemWoodFloorHalf",1}};
|
||||||
input[] = {{"ItemWoodFloorQuarter",1},{"ItemWoodFloorHalf",1}};
|
input[] = {{"ItemWoodFloorQuarter",2}};
|
||||||
};
|
};
|
||||||
class Crafting1
|
class Crafting1
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user