Make phase transport uncloak on loading cargo
This commit is contained in:
committed by
Matthias Mailänder
parent
7f37454666
commit
659ec5e335
@@ -64,6 +64,9 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (!enterCargo.CanLoad(self))
|
||||
return;
|
||||
|
||||
foreach (var inl in targetActor.TraitsImplementing<INotifyLoadCargo>())
|
||||
inl.Loading(self);
|
||||
|
||||
enterCargo.Load(enterActor, self);
|
||||
w.Remove(self);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user