HasSight -> RevealsShroud and used everywhere

This commit is contained in:
Chris Forbes
2010-04-19 20:49:32 +12:00
parent 95ede55179
commit 595dd57b6f
8 changed files with 22 additions and 15 deletions

View File

@@ -53,7 +53,6 @@ namespace OpenRA.Traits
{
self.World.WorldActor.traits.Get<UnitInfluence>().Remove(self, this);
self.Location = value;
self.World.WorldActor.traits.Get<Shroud>().UpdateActor(self);
}
self.World.WorldActor.traits.Get<UnitInfluence>().Add(self, this);
}