mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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"};
|
||||
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||
output[] = {{"ItemWoodFloorHalf",1}};
|
||||
input[] = {{"ItemWoodFloorQuarter",1},{"ItemWoodFloorHalf",1}};
|
||||
input[] = {{"ItemWoodFloorQuarter",2}};
|
||||
};
|
||||
class Crafting1
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user