From 4a23c93674e9d2dcf9893128b3191bb1d0bb68bc Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 5 Jul 2024 22:38:07 -0400 Subject: [PATCH] Add note --- worlds/tunic/er_rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/er_rules.py b/worlds/tunic/er_rules.py index 499638b64b..7ba84bc0f4 100644 --- a/worlds/tunic/er_rules.py +++ b/worlds/tunic/er_rules.py @@ -1443,6 +1443,7 @@ def set_er_location_rules(world: "TunicWorld") -> None: set_rule(multiworld.get_location("Swamp - [South Graveyard] Above Big Skeleton", player), lambda state: has_combat_logic(["Fleemers"], state, player)) # the tentacles deal with everything else reasonably, so you just have to fight them + # todo: revisit, should it be fine since this is a knowledge check (get on island to stop tentacles) set_rule(multiworld.get_location("Swamp - [South Graveyard] Guarded By Tentacles", player), lambda state: has_combat_logic(["Tentacles"], state, player)) set_rule(multiworld.get_location("Swamp - [South Graveyard] Obscured Beneath Telescope", player),