Fixed UnloadCargo stacking using new subcell API exposure
This commit is contained in:
@@ -114,6 +114,7 @@ namespace OpenRA.Mods.RA
|
||||
.Any();
|
||||
}
|
||||
|
||||
public int GetDesiredSubcell(CPos a, Actor ignoreActor) { return CanEnterCell(a, ignoreActor, true) ? 0 : -1; }
|
||||
public bool CanEnterCell(CPos cell) { return CanEnterCell(cell, null, true); }
|
||||
|
||||
public void SetPosition(Actor self, CPos cell, int subCell = -1)
|
||||
|
||||
Reference in New Issue
Block a user