From c4447c0c63d6fa1071f36f540d7631722436a998 Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Tue, 17 Dec 2024 15:45:22 -0500 Subject: [PATCH] Update worlds/ladx/Options.py Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- worlds/ladx/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ladx/Options.py b/worlds/ladx/Options.py index 08b76dec62a2..f033498a533a 100644 --- a/worlds/ladx/Options.py +++ b/worlds/ladx/Options.py @@ -366,7 +366,7 @@ class LowHpBeep(Choice, LADXROption): class NoFlash(DefaultOnToggle, LADXROption): """ - Remove the flashing light effects from Mamu, shopkeeper and MadBatter. Useful for capture cards and people that are sensitive for these things. + Remove the flashing light effects from Mamu, shopkeeper and MadBatter. Useful for capture cards and people that are sensitive to these things. """ display_name = "No Flash" ladxr_name = "noflash"