Iron curtain power implementation; Remove AutoActivate attribute to be part of the GPS implementation
This commit is contained in:
@@ -8,8 +8,16 @@ namespace OpenRa.Game.SupportPowers
|
||||
{
|
||||
class GpsSatellite : ISupportPowerImpl
|
||||
{
|
||||
const int revealDelay = 30 * 25;
|
||||
const int revealDelay = 15 * 25;
|
||||
|
||||
public void OnFireNotification(Actor a, int2 xy) { }
|
||||
public void IsChargingNotification(SupportPower p) { }
|
||||
public void IsReadyNotification(SupportPower p)
|
||||
{
|
||||
// Power is auto-activated
|
||||
Activate(p);
|
||||
}
|
||||
|
||||
public void Activate(SupportPower p)
|
||||
{
|
||||
var launchSite = Game.world.Actors
|
||||
|
||||
Reference in New Issue
Block a user