add a voxel harvester unload animation
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.TS
|
||||
|
||||
public override Activity DockSequence(Actor harv, Actor self)
|
||||
{
|
||||
return new SimpleHarvesterDockSequence(harv, self);
|
||||
return new VoxelHarvesterDockSequence(harv, self);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user