Skip to content

Commit 89ce741

Browse files
committed
Merge 'MQ Logic fixes' (#2505)
2 parents 5a97d18 + b2e9d5a commit 89ce741

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

data/Glitched World/Dodongos Cavern MQ.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
"Dodongos Cavern Lower Lizalfos": "True",
278278
"Dodongos Cavern Lower Lizalfos Enemies": "True",
279279
"Dodongos Cavern Lower Scrubs Room": "can_use(Bow) or has_explosives or Progressive_Strength_Upgrade or can_use(Dins_Fire)
280-
or can_gdv_stick or (can_gdv_ledge and can_isg)"
280+
or can_gdv_stick or (can_gdv_empty and can_isg)"
281281
}
282282
},
283283
{

data/Glitched World/Jabu Jabus Belly MQ.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"locations": {
66
"Jabu Jabus Belly MQ Map Chest": "can_blast_or_smash",
77
"Jabu Jabus Belly MQ First Room Side Chest": "can_use(Slingshot)
8-
or (can_isg and (can_gdv_stick or ('Jabu Jabus Belly MQ Map Chest' and can_gdv_empty)))",
8+
or (can_isg and (can_gdv_stick or (can_blast_or_smash and can_gdv_empty)))",
99
"Jabu Jabus Belly MQ First Room Pot 1": "True",
1010
"Jabu Jabus Belly MQ First Room Pot 2": "True",
1111
"Jabu Jabus Belly MQ Entryway Left Cow Wonderitem": "can_use(Slingshot)
12-
or (can_isg and (can_gdv_stick or ('Jabu Jabus Belly MQ Map Chest' and can_gdv_empty)))",
12+
or (can_isg and (can_gdv_stick or (can_blast_or_smash and can_gdv_empty)))",
1313
"Jabu Jabus Belly MQ Entryway Right Cow Wonderitem": "can_use(Slingshot)
14-
or (can_isg and (can_gdv_stick or ('Jabu Jabus Belly MQ Map Chest' and can_gdv_empty)))",
14+
or (can_isg and (can_gdv_stick or (can_blast_or_smash and can_gdv_empty)))",
1515
"Nut Pot": "True"
1616
},
1717
"exits": {
1818
"Zoras Fountain": "True",
1919
"Jabu Jabus Belly Elevator Room": "jabu_shortcuts or here(can_use(Slingshot)
20-
or (can_isg and (can_gdv_stick or ('Jabu Jabus Belly MQ Map Chest' and can_gdv_empty))))",
20+
or (can_isg and (can_gdv_stick or (can_blast_or_smash and can_gdv_empty))))",
2121
"Farores Wind Warp": "can_use(Farores_Wind)"
2222
}
2323
},

0 commit comments

Comments
 (0)