Skip to content

Commit 57894c5

Browse files
committed
try again
1 parent 13a7b73 commit 57894c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/asserts/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ def strat_err_fn(msg):
10831083
# Regain mobility strats also take place entirely in G-mode.
10841084
pass
10851085
elif "comeInWithGrappleTeleport" in strat.get("entranceCondition", []) and \
1086-
strat.get("bypassesDoorShell") is in [True, "free"]:
1086+
strat.get("bypassesDoorShell") in [True, "free"]:
10871087
# Strats that use a grapple teleport to bypass a door lock can be done without heat damage,
10881088
# since the door transition is touched immediately.
10891089
pass

0 commit comments

Comments
 (0)