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;
|
show = false;
|
||||||
|
|
||||||
|
if (self.Destroyed)
|
||||||
|
world.AddFrameEndTask(w => w.Remove(this));
|
||||||
|
|
||||||
if (world.LocalPlayer == null)
|
if (world.LocalPlayer == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ BADR:
|
|||||||
Offset: -11, -11
|
Offset: -11, -11
|
||||||
Interval: 2
|
Interval: 2
|
||||||
-EjectOnDeath:
|
-EjectOnDeath:
|
||||||
|
-GpsDot:
|
||||||
|
|
||||||
BADR.bomber:
|
BADR.bomber:
|
||||||
CarpetBomb:
|
CarpetBomb:
|
||||||
@@ -74,6 +75,7 @@ BADR.bomber:
|
|||||||
Offset: -11, -11
|
Offset: -11, -11
|
||||||
Interval: 2
|
Interval: 2
|
||||||
-EjectOnDeath:
|
-EjectOnDeath:
|
||||||
|
-GpsDot:
|
||||||
|
|
||||||
MIG:
|
MIG:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
|
|||||||
Reference in New Issue
Block a user