|
Britbot
|
This safely kills the local group and updates the turns count.
Definition at line 115 of file SimulatedIsland.cs. {
if (this.CapturingGroup != null)
{
this.CapturingGroup.Kill(sg);
//update turn counter
this.TurnsBeingCaptured = 0;
}
}
|
1.7.6.1