From c4ca2eab391cc1ab60934ce3097aa0bb69701334 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 8 Jul 2024 21:09:19 -0400 Subject: [PATCH] Remove outdated todo --- worlds/tunic/rules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/tunic/rules.py b/worlds/tunic/rules.py index 90fd376472..4f33675009 100644 --- a/worlds/tunic/rules.py +++ b/worlds/tunic/rules.py @@ -64,7 +64,6 @@ def laurels_zip(state: CollectionState, world: "TunicWorld") -> bool: return state.has(laurels, world.player) -# todo: find and put proper typing on ice_grapple def has_ice_grapple_logic(long_range: bool, difficulty: IceGrappling, state: CollectionState, world: "TunicWorld") -> bool: if world.options.ice_grappling < difficulty: return False