Remove outdated todo

This commit is contained in:
Scipio Wright
2024-07-08 21:09:19 -04:00
parent 1ce3373964
commit c4ca2eab39

View File

@@ -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