ArchipelagoMW / Archipelago

Archipelago Multi-Game Randomizer and Server
https://archipelago.gg
Other
462 stars 612 forks source link

Undertale: Fixes a major logic bug, and updates Undertale to use the new Options API #3528

Closed jonloveslegos closed 2 months ago

jonloveslegos commented 2 months ago

What is this fixing or adding?

Fixes a logic bug with Undertale that results in the potential of a near post-game location potentially being required prior to being able to reach it.

Updates the Undertale options.py to use the new Options API.

How was this tested?

This was tested by successfully generating a seed with Undertale, and through successfully starting and connecting the client.

Exempt-Medic commented 2 months ago

While you're doing this, might as well change your use of per_slot_randoms in init as well

Exempt-Medic commented 2 months ago

You should also update Rules.py

jonloveslegos commented 2 months ago

While you're doing this, might as well change your use of per_slot_randoms in init as well

Hopefully I did that right? I don't remember what exactly I was suppose to change it to, so I looked at dlcquest