Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TimovVeen committed Oct 30, 2023
1 parent d6781ac commit 2565fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ public Couple<Couple<TrackNode>> getEndpointEdges() {
}

public static class Penalties {
static final int STATION = 200, STATION_WITH_TRAIN = 300;
static final int STATION = 50, STATION_WITH_TRAIN = 300;
static final int MANUAL_TRAIN = 200, IDLE_TRAIN = 700, ARRIVING_TRAIN = 50, WAITING_TRAIN = 50, ANY_TRAIN = 25,
RED_SIGNAL = 25, REDSTONE_RED_SIGNAL = 400;
}
Expand Down

0 comments on commit 2565fa7

Please sign in to comment.