fix recent breakage in support powers
This commit is contained in:
@@ -136,7 +136,8 @@ namespace OpenRA.Mods.RA
|
|||||||
|
|
||||||
public void Tick()
|
public void Tick()
|
||||||
{
|
{
|
||||||
if (Disabled || Instances.All(i => i.self.IsDisabled()))
|
Active = Disabled || Instances.All(i => i.self.IsDisabled());
|
||||||
|
if (!Active)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (Manager.devMode.FastCharge && RemainingTime > 25)
|
if (Manager.devMode.FastCharge && RemainingTime > 25)
|
||||||
|
|||||||
Reference in New Issue
Block a user