mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Initial CSpacePirate and rag doll imps
This commit is contained in:
@@ -605,7 +605,7 @@ void CKnockBackController::Update(float dt, CStateManager& mgr, CPatterned& pare
|
||||
x64_flinchRemTime -= dt;
|
||||
if (TickDeferredTimer(dt))
|
||||
DoDeferredKnockBack(mgr, parent);
|
||||
if (x82_26_ && parent.BodyController()->IsElectrocuting())
|
||||
if (x82_26_locomotionDuringElectrocution && parent.BodyController()->IsElectrocuting())
|
||||
parent.BodyController()->GetCommandMgr().DeliverCmd(CBodyStateCmd(EBodyStateCmd::Locomotion));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user