Skip to content

Commit

Permalink
Merge pull request #226 from EnvyDragon/end-camera-oppression
Browse files Browse the repository at this point in the history
SC2: Making disable-forced-camera default to "true"
  • Loading branch information
Ziktofel authored Jul 2, 2024
2 parents bdd1586 + d4b4f71 commit cd0ca52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -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
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 cd0ca52

Please sign in to comment.