spy behavior

This commit is contained in:
Chris Forbes
2010-01-15 18:02:05 +13:00
parent 342d6c26d2
commit 4e7c604764
9 changed files with 67 additions and 13 deletions

View File

@@ -35,7 +35,6 @@ namespace OpenRa.Game.Traits.Activities
}
// the engineer is sacrificed.
self.Health = 0;
Game.world.AddFrameEndTask(w => w.Remove(self));
return NextActivity;