From 10837e75b2f8ee7dd1664c0594c7ca809995632a Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Mon, 1 Nov 2021 21:19:29 -0500 Subject: [PATCH] Minecraft: make A Furious Cocktail hard, Free the End postgame --- worlds/minecraft/Locations.py | 2 ++ worlds/minecraft/Rules.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds/minecraft/Locations.py b/worlds/minecraft/Locations.py index 768e7ae8..4bb1f0c4 100644 --- a/worlds/minecraft/Locations.py +++ b/worlds/minecraft/Locations.py @@ -116,6 +116,7 @@ advancement_table = { exclusion_table = { "hard": { "Very Very Frightening", + "A Furious Cocktail", "Two by Two", "Two Birds, One Arrow", "Arbalistic", @@ -132,6 +133,7 @@ exclusion_table = { "Adventuring Time", }, "postgame": { + "Free the End", "The Next Generation", "The End... Again...", "You Need a Mint", diff --git a/worlds/minecraft/Rules.py b/worlds/minecraft/Rules.py index 90885074..09a3346d 100644 --- a/worlds/minecraft/Rules.py +++ b/worlds/minecraft/Rules.py @@ -101,7 +101,6 @@ class MinecraftLogic(LogicMixin): def set_rules(world: MultiWorld, player: int): def reachable_locations(state): postgame_advancements = exclusion_table['postgame'].copy() - postgame_advancements.add('Free the End') for event in events_table.keys(): postgame_advancements.add(event) return [location for location in world.get_locations() if