From 46090a401315e4b5472a31b78830418b48823987 Mon Sep 17 00:00:00 2001 From: EnvyDragon <138727357+EnvyDragon@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:58:43 -0400 Subject: [PATCH] SC2: Making disable-forced-camera default true --- worlds/sc2/options.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/sc2/options.py b/worlds/sc2/options.py index 4a7d3f7e0158..604ee4a39de0 100644 --- a/worlds/sc2/options.py +++ b/worlds/sc2/options.py @@ -98,7 +98,7 @@ class GameSpeed(Choice): default = option_default -class DisableForcedCamera(Toggle): +class DisableForcedCamera(DefaultOnToggle): """ Prevents the game from moving or locking the camera without the player's consent. """ @@ -599,8 +599,8 @@ class SpearOfAdunAutonomouslyCastAbilityPresence(Choice): Not Presents: Autocasts are not available. LotV Protoss: Spear of Adun autocasts are only available in LotV main campaign - Protoss: Spear od Adun autocasts are available in any Protoss mission - Everywhere: Spear od Adun autocasts are available in any mission of any race + Protoss: Spear of Adun autocasts are available in any Protoss mission + Everywhere: Spear of Adun autocasts are available in any mission of any race """ display_name = "Spear of Adun Autonomously Cast Powers Presence" option_not_present = 0