public void ClaimLand(Province p) { if (ownedLands.IndexOf(p) < 0) { p.SetOwnership(this); RemoveScoutedLand(p); ownedLands.Add(p); } }