Loading

Paste #pf3etzgbs

  1.         if (!AIRoad.AreRoadTilesConnected(prev_tile, new_tile)) {
  2.             if (AIRoad.IsRoadTile(new_tile) || AIBridge.IsBridgeTile(new_tile) || AITunnel.IsTunnelTile(new_tile) ||
  3.                     (AIRoad.IsRoadStationTile(new_tile) || AIRoad.IsRoadDepotTile(new_tile)) && AITile.GetOwner(new_tile) == AICompany.ResolveCompanyID(AICompany.COMPANY_SELF)) {
  4.                 cost += self._cost_no_existing_road;
  5.             } else {
  6.                 cost += self._cost_no_existing_road * 2;
  7.             }
  8.         }

Version history

Revision # Author Created at
puwkoudkt Anonymous 24 Sep 2018, 14:11:57 UTC Diff
pvhz8qahw Anonymous 24 Sep 2018, 14:01:13 UTC Diff

Comments