Old revision #pfly249dp | New revision #pvbzrbley | ||
---|---|---|---|
71 | new_company->infrastructure.station++; | 71 | new_company->infrastructure.station++; |
72 | } | 72 | } |
73 | 73 | ||
74 | + if (IsDockTile(tile) && | 74 | + if (IsDockTile(tile) && !HasTileWaterGround(tile)) { |
75 | + old_company->infrastructure.station -= 2; | 75 | + old_company->infrastructure.station -= 2; |
76 | + new_company->infrastructure.station += 2; | 76 | + new_company->infrastructure.station += 2; |
77 | + } | 77 | + } |