Powerdown etc... untested

This commit is contained in:
Paul Chote
2010-09-18 16:14:07 +12:00
parent 3c19b3df73
commit 8455dadb3c
5 changed files with 84 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.RA
public bool Disabled
{
get { return (power.GetPowerState() != PowerState.Normal); }
get { return power.IsPowered(self); }
}
}
}