Skip to content

Commit ec304e8

Browse files
committed
Fix to Sprint Mode not turning off the right SoD Powers
1 parent 0dbcfef commit ec304e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Page/MovementPowers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def MakeSprintModeKey(self, t, bl, file, usejumpfix = False, skipfeedback = Fals
951951
togoff = self.AllSoDPowers() if doingtoggle else ''
952952
else: # is SoD
953953
code = 'r'
954-
togoff = self.OtherMovementPowers('s')
954+
togoff = self.OtherMovementPowers('r')
955955
dotogglefix = istoggle and not doingtoggle
956956

957957
if (bl == "r"):

0 commit comments

Comments
 (0)