ACE3/optionals/compat_sog/CfgWeapons.hpp
ZluskeN 2252eab2f3
SOG Compat - Jam types and Open bolts (#8563)
* SOG Compat - Jam types and Open bolts

- Machineguns and SMGs fire from open bolts
- Fire and Dud Jam types for Grenade Launchers, Revolvers and Shotguns

* Update CfgWeapons.hpp

* Update pistols.hpp

* Update weapons.hpp
2021-10-19 15:26:00 -05:00

9 lines
249 B
C++

class CfgWeapons {
#include "CfgWeapons\csw.hpp"
#include "CfgWeapons\helmets.hpp"
#include "CfgWeapons\launchers.hpp"
#include "CfgWeapons\pistols.hpp"
#include "CfgWeapons\uniforms.hpp"
#include "CfgWeapons\weapons.hpp"
};