Skip to content

Commit

Permalink
SC2: Making disable-forced-camera default true
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Jul 2, 2024
1 parent bdd1586 commit 46090a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/sc2/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 46090a4

Please sign in to comment.