mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
put weapon on back without having to stand up
This commit is contained in:
parent
43560edd6e
commit
5e440686bb
@ -5,10 +5,16 @@ class CfgMovesBasic {
|
||||
};
|
||||
|
||||
class Actions {
|
||||
class RifleStandActionsNoAdjust;
|
||||
class RifleLowStandActionsNoAdjust;
|
||||
class RifleBaseStandActions;
|
||||
class RifleKneelActions: RifleBaseStandActions {
|
||||
Civil = "AmovPknlMstpSnonWnonDnon";
|
||||
};
|
||||
class RifleProneActions: RifleBaseStandActions {
|
||||
Civil = "AmovPpneMstpSnonWnonDnon";
|
||||
};
|
||||
|
||||
// WEAPON RAISED - RUNNING
|
||||
class RifleStandActionsNoAdjust;
|
||||
class RifleStandActionsRunF: RifleStandActionsNoAdjust {
|
||||
getOver = "AovrPercMrunSrasWrflDf";
|
||||
};
|
||||
@ -18,6 +24,7 @@ class CfgMovesBasic {
|
||||
class RifleStandActionsRunFR: RifleStandActionsNoAdjust {
|
||||
getOver = "AovrPercMrunSrasWrflDf";
|
||||
};
|
||||
|
||||
// WEAPON RAISED - SPRINTING
|
||||
class RifleStandEvasiveActionsF: RifleStandActionsNoAdjust {
|
||||
getOver = "AovrPercMrunSrasWrflDf";
|
||||
@ -28,7 +35,9 @@ class CfgMovesBasic {
|
||||
class RifleStandEvasiveActionsFR: RifleStandActionsNoAdjust {
|
||||
getOver = "AovrPercMrunSrasWrflDf";
|
||||
};
|
||||
|
||||
// WEAPON LOWERED - RUNNING
|
||||
class RifleLowStandActionsNoAdjust;
|
||||
class RifleLowStandActionsRunF: RifleLowStandActionsNoAdjust {
|
||||
getOver = "AovrPercMrunSrasWrflDf";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user