Britbot

This safely kills the local group and updates the turns count.

Parameters:
currTurnthe current turn

Definition at line 115 of file SimulatedIsland.cs.

        {
            if (this.CapturingGroup != null)
            {
                this.CapturingGroup.Kill(sg);

                //update turn counter
                this.TurnsBeingCaptured = 0;
            }
        }