We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a7b73 commit 57894c5Copy full SHA for 57894c5
1 file changed
tests/asserts/keywords.py
@@ -1083,7 +1083,7 @@ def strat_err_fn(msg):
1083
# Regain mobility strats also take place entirely in G-mode.
1084
pass
1085
elif "comeInWithGrappleTeleport" in strat.get("entranceCondition", []) and \
1086
- strat.get("bypassesDoorShell") is in [True, "free"]:
+ strat.get("bypassesDoorShell") in [True, "free"]:
1087
# Strats that use a grapple teleport to bypass a door lock can be done without heat damage,
1088
# since the door transition is touched immediately.
1089
0 commit comments