mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add workaround for non reloadable mag of AT5LauncherSingle
This commit is contained in:
@@ -336,4 +336,6 @@ class CfgWeapons
|
|||||||
|
|
||||||
#include "Item\ItemKeys.hpp"
|
#include "Item\ItemKeys.hpp"
|
||||||
#include "Item\Documents.hpp"
|
#include "Item\Documents.hpp"
|
||||||
|
|
||||||
|
#include "VehicleWeapons.hpp"
|
||||||
};
|
};
|
||||||
6
SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
class AT5Launcher;
|
||||||
|
class AT5LauncherSingle: AT5Launcher
|
||||||
|
{
|
||||||
|
magazines[] = {"8Rnd_AT5_BMP2","5Rnd_AT5_BRDM2"};
|
||||||
|
reloadTime = 30;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user