@@ -108,7 +108,7 @@ namespace OpenRA.Mods.RA
|
|||||||
bool CanUnload()
|
bool CanUnload()
|
||||||
{
|
{
|
||||||
return !IsEmpty(self) && self.CenterPosition.Z == 0
|
return !IsEmpty(self) && self.CenterPosition.Z == 0
|
||||||
&& CurrentAdjacentCells.Any(c => Passengers.Any(p => p.Trait<IPositionable>().CanEnterCell(c)));
|
&& CurrentAdjacentCells != null && CurrentAdjacentCells.Any(c => Passengers.Any(p => p.Trait<IPositionable>().CanEnterCell(c)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CanLoad(Actor self, Actor a)
|
public bool CanLoad(Actor self, Actor a)
|
||||||
|
|||||||
Reference in New Issue
Block a user