Skip to content

Commit ca27d3b

Browse files
committed
fix errors
1 parent 18da6ed commit ca27d3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@
24972497
"requires": [
24982498
{"or": [
24992499
{"resetRoom": {"nodes": [4, 5]}},
2500-
{"or": [
2500+
{"and": [
25012501
"canComplexGMode",
25022502
{"ammo": {"type": "Super", "count": 1}}
25032503
]}

region/norfair/east/Magdollite Tunnel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
"name": "G-Mode Setup - Get Hit By Multiviola",
700700
"requires": [
701701
{"heatFrames": 570},
702-
{"and": [
702+
{"or": [
703703
"canTrickyDodgeEnemies",
704704
{"enemyDamage": {"enemy": "Multiviola", "type": "contact", "hits": 1}}
705705
]}

0 commit comments

Comments
 (0)