private void SetWormBelowAttackLowerWall(HexagonController adjacent, Neighbour origin)
 {
     if (adjacent != null)
     {
         adjacent.WormBelowAttackLowerWall(origin);
     }
 }