mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix not repairable full NVG
Thx @Schalldampfer
This commit is contained in:
@@ -56,7 +56,7 @@ class ItemNVGFullBroken_DZE : Default
|
||||
output[] = {};
|
||||
outputweapons[] = {"NVGoggles_DZE"};
|
||||
input[] = {{"equip_floppywire",1},{"equip_scrapelectronics",1}};
|
||||
inputweapons[] = {"ItemNVGBroken_DZE"};
|
||||
inputweapons[] = {"ItemNVGFullBroken_DZE"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user