ACE3/addons/medical_engine/CfgMoves.hpp

12 lines
359 B
C++
Raw Normal View History

class CfgMovesBasic;
class CfgMovesMaleSdr: CfgMovesBasic {
class States {
// fixes hand being stuck at rifle which is on the back
class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon;
class AinvPknlMstpSlayWnonDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon {
weaponIK = 0;
};
};
};