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 1/2] 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 From d4b4f71a4edb62c63a152766b97e32b5a5cf1306 Mon Sep 17 00:00:00 2001 From: EnvyDragon <138727357+EnvyDragon@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:03:11 -0400 Subject: [PATCH 2/2] SC2: fixing doc typo --- worlds/sc2/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/sc2/options.py b/worlds/sc2/options.py index 604ee4a39de0..0376ed4507b0 100644 --- a/worlds/sc2/options.py +++ b/worlds/sc2/options.py @@ -563,8 +563,8 @@ class SpearOfAdunPresence(Choice): Not Present: Spear of Adun calldowns are unavailable. LotV Protoss: Spear of Adun calldowns are only available in LotV main campaign - Protoss: Spear od Adun calldowns are available in any Protoss mission - Everywhere: Spear od Adun calldowns are available in any mission of any race + Protoss: Spear of Adun calldowns are available in any Protoss mission + Everywhere: Spear of Adun calldowns are available in any mission of any race """ display_name = "Spear of Adun Presence" option_not_present = 0