add Util.RunActivity, and have Actor.Tick use it. fix medic autoheal
This commit is contained in:
@@ -89,7 +89,7 @@ namespace OpenRA.Mods.RA
|
||||
return NextActivity;
|
||||
inner = self.Trait<Mobile>().MoveTo( target, 1 );
|
||||
}
|
||||
inner = inner.Tick( self );
|
||||
inner = Util.RunActivity( self, inner );
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user