Skip to content

Commit 65be1af

Browse files
committed
and
1 parent e0f64c4 commit 65be1af

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

region/lowernorfair/east/Red Kihunter Shaft.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,10 @@
10931093
"requires": [
10941094
{"or": [
10951095
"Wave",
1096-
["canDodgeWhileShooting", {"heatFrames": 60}]
1096+
{"and": [
1097+
"canDodgeWhileShooting",
1098+
{"heatFrames": 60}
1099+
]}
10971100
]},
10981101
"Plasma",
10991102
{"heatFrames": 300}
@@ -2049,7 +2052,10 @@
20492052
"canDash",
20502053
{"or": [
20512054
"Wave",
2052-
["canDodgeWhileShooting", {"heatFrames": 160}]
2055+
{"and": [
2056+
"canDodgeWhileShooting",
2057+
{"heatFrames": 160}
2058+
]}
20532059
]},
20542060
"Plasma",
20552061
{"heatFrames": 840}

0 commit comments

Comments
 (0)