mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 03:16:27 +03:00
Fix some magazine config bugs
Thx to BuFFed from discord.
This commit is contained in:
@@ -403,7 +403,7 @@ class bulk_ItemSandbagHalf: bulk
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
output[] = {{"bulk_ItemSandbag",1}};
|
||||
input[] = {{"bulk_ItemSandbag",1},{"ItemSandbag",6}};
|
||||
input[] = {{"bulk_ItemSandbagHalf",1},{"ItemSandbag",6}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user