From 182a42df5b5d0df33d26e85047790b9f1caa41de Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 17 Jun 2024 09:28:32 -0400 Subject: [PATCH] Note in ls rules about knocking yourself down with bombs being out of logic --- worlds/tunic/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index 743dc05d85..b7bcfe574c 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -201,6 +201,7 @@ class LadderStorage(Choice): Hard includes the above as well as going behind the map to enter closed doors from behind. Also includes getting into the Cathedral Secret Legend room mid-LS. Enabling any of these difficulty options will give the player the Torch item to return to the Overworld checkpoint to avoid softlocks. Using the Torch is considered in logic. Opening individual chests while doing ladder storage is excluded due to tedium. + Knocking yourself out of LS with a bomb is excluded due to the problematic nature of consumables in logic. """ internal_name = "ladder_storage" display_name = "Ladder Storage Logic"