From 53389be1e4b62b7605decaf1fe7bcf0bbf459f53 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 10 Jun 2024 23:38:32 -0400 Subject: [PATCH] Slightly revise ls rule --- worlds/tunic/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index ae13b89bc5..e8686074d5 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -209,7 +209,7 @@ class LadderStorage(Choice): """ Choose whether Ladder Storage is in logic. Easy includes uses of Ladder Storage to get to open doors over a long distance without too much difficulty. - Medium includes changing your elevation using the environment. + Medium includes changing your elevation using the environment and getting knocked down by melee enemies mid-LS. Hard includes going behind the map to enter closed doors from behind. """ internal_name = "ladder_storage"