mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Wrong Actions in CfgMoves
This commit is contained in:
parent
6d534e8846
commit
b3f68467bb
@ -7,14 +7,16 @@ class CfgMovesBasic {
|
||||
stop = "ACE_AmovPercMstpScapWnonDnon";
|
||||
StopRelaxed = "ACE_AmovPercMstpScapWnonDnon";
|
||||
default = "ACE_AmovPercMstpScapWnonDnon";
|
||||
PutDown = "";
|
||||
getOver = "";
|
||||
throwPrepare = "";
|
||||
throwGrenade[] = {"","Gesture"};
|
||||
};
|
||||
class ACE_CivilStandSurrenderActions: ACE_CivilStandHandcuffedActions {
|
||||
stop = "ACE_AmovPercMstpScapWnonDnon";
|
||||
StopRelaxed = "ACE_AmovPercMstpScapWnonDnon";
|
||||
default = "ACE_AmovPercMstpScapWnonDnon";
|
||||
stop = "ACE_AmovPercMstpSsurWnonDnon";
|
||||
StopRelaxed = "ACE_AmovPercMstpSsurWnonDnon";
|
||||
default = "ACE_AmovPercMstpSsurWnonDnon";
|
||||
PutDown = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user