diff --git a/OverworldShuffle.py b/OverworldShuffle.py index d9a9efeb..214adeba 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -1,4 +1,4 @@ -import random, logging, copy +import RaceRandom as random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel