Fixed ICrushable not being triggered properly

This commit is contained in:
huwpascoe
2014-10-16 05:11:16 +01:00
parent 2e0daeb4cf
commit aae4aa3f24

View File

@@ -395,6 +395,7 @@ namespace OpenRA.Mods.RA.Move
Util.GetNearestFacing(mobile.Facing, self.World.Map.FacingBetween(mobile.toCell, nextCell.Value.First, mobile.Facing)),
moveFraction - moveFractionTotal);
mobile.FinishedMoving(self);
mobile.SetLocation(mobile.toCell, mobile.toSubCell, nextCell.Value.First, nextCell.Value.Second);
return ret;
}