Allow GPS to be revoked

This commit is contained in:
Paul Chote
2010-01-08 21:24:52 +13:00
parent ad78ee6b6d
commit 0738c4ebe3
2 changed files with 24 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRa.Game.Traits
if (fired && --revealTicks == 0)
{
self.Owner.Shroud.RevealAll();
self.Owner.Shroud.HasGPS = true;
}
}
public void Activate(Actor self)