|
Britbot
|
kills the group
Definition at line 100 of file SimulatedGroup.cs. {
this.IsAlive = false;
this.ReviveTurn = sg.CurrentTurn + Bot.Game.GetSpawnTurns();
if (this.Owner == Consts.ME)
sg.MyDeadPirates += (int) this.FirePower;
else
sg.EnemyDeadPirates += (int) this.FirePower;
sg.AddEvent(new ReviveEvent(this.ReviveTurn, this));
}
|
1.7.6.1