Try again, with less fail.

This commit is contained in:
Paul Chote
2010-09-18 19:56:03 +12:00
parent 8455dadb3c
commit 4cb26c0e3c
9 changed files with 21 additions and 75 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.RA
public bool Disabled
{
get { return power.IsPowered(self); }
get { return power.PowerProvided < power.PowerDrained; }
}
}
}