mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
359 B
C++
12 lines
359 B
C++
|
|
||
|
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;
|
||
|
};
|
||
|
};
|
||
|
};
|