From f4aff2c24b222e243683329425e818e1dc487a37 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 22 Oct 2025 23:53:23 -0400 Subject: Fix repetitive -> entry worldport rotation --- apworld/options.py | 3 +-- data/maps/the_repetitive/rooms/Entry Connector.txtpb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apworld/options.py b/apworld/options.py index 5d1fd7c..3d8abee 100644 --- a/apworld/options.py +++ b/apworld/options.py @@ -56,8 +56,7 @@ class ShuffleWorldports(Toggle): """ Randomizes the connections between maps. This affects worldports only, which are the loading zones you walk into in order to change maps. This does not affect paintings, panels that teleport you, or certain other special connections - like the one between The Shop and Control Center. Connections that depend on placing letters in keyholders are also - currently not shuffled. + like the one between The Shop and Control Center. NOTE: It is highly recommended that you turn on Shuffle Control Center Colors when using Shuffle Worldports. Not doing so runs the risk of creating an unfinishable seed. diff --git a/data/maps/the_repetitive/rooms/Entry Connector.txtpb b/data/maps/the_repetitive/rooms/Entry Connector.txtpb index d953ecc..1508145 100644 --- a/data/maps/the_repetitive/rooms/Entry Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Entry Connector.txtpb @@ -4,5 +4,5 @@ ports { display_name: "Northwest Worldport" path: "Components/Warps/worldport2" destination { x: -11 y: 0 z: 13 } - rotation: 0 + rotation: 90 } -- cgit 1.4.1