GpsDot removed when actor .Destroyed. GpsDot removed from BADR
This commit is contained in:
@@ -47,6 +47,9 @@ namespace OpenRA.Mods.RA.Effects
|
||||
{
|
||||
show = false;
|
||||
|
||||
if (self.Destroyed)
|
||||
world.AddFrameEndTask(w => w.Remove(this));
|
||||
|
||||
if (world.LocalPlayer == null)
|
||||
return;
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ BADR:
|
||||
Offset: -11, -11
|
||||
Interval: 2
|
||||
-EjectOnDeath:
|
||||
-GpsDot:
|
||||
|
||||
BADR.bomber:
|
||||
CarpetBomb:
|
||||
@@ -74,6 +75,7 @@ BADR.bomber:
|
||||
Offset: -11, -11
|
||||
Interval: 2
|
||||
-EjectOnDeath:
|
||||
-GpsDot:
|
||||
|
||||
MIG:
|
||||
Inherits: ^Plane
|
||||
|
||||
Reference in New Issue
Block a user