WithCrumbleOverlay for Dune 2000 buildings
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OpenRA.Mods.RA.Activities
|
||||
bool complete = false;
|
||||
bool started = false;
|
||||
|
||||
public override Activity Tick( Actor self )
|
||||
public override Activity Tick(Actor self)
|
||||
{
|
||||
if (self.IsDead())
|
||||
return NextActivity;
|
||||
@@ -66,6 +66,6 @@ namespace OpenRA.Mods.RA.Activities
|
||||
}
|
||||
|
||||
// Cannot be cancelled
|
||||
public override void Cancel( Actor self ) { }
|
||||
public override void Cancel(Actor self) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user