Skip to content

Commit f1a035c

Browse files
committed
minor changes
1 parent 3b6bc41 commit f1a035c

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

region/maridia/inner-pink/Botwoon Hallway.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,11 @@
450450
{"disableEquipment": "HiJump"},
451451
{"resourceAvailable": [{"type": "Energy", "count": 99}]},
452452
{"or": [
453-
{"and": [
454-
"canMidAirMorph",
455-
"canBePatient"
456-
]}
453+
"canBeVeryPatient",
454+
{"and": [
455+
"canMidAirMorph",
456+
"canBePatient"
457+
]}
457458
]},
458459
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
459460
{"autoReserveTrigger": {}}
@@ -755,10 +756,11 @@
755756
{"disableEquipment": "HiJump"},
756757
{"resourceAvailable": [{"type": "Energy", "count": 99}]},
757758
{"or": [
758-
{"and": [
759-
"canMidAirMorph",
760-
"canBePatient"
761-
]}
759+
"canBeVeryPatient",
760+
{"and": [
761+
"canMidAirMorph",
762+
"canBePatient"
763+
]}
762764
]},
763765
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
764766
{"autoReserveTrigger": {}}

tech.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,12 +3020,7 @@
30203020
"techRequires": [
30213021
"canRMode"
30223022
],
3023-
"otherRequires": [
3024-
{"or": [
3025-
"canBeVeryPatient",
3026-
"Morph"
3027-
]}
3028-
],
3023+
"otherRequires": [],
30293024
"note": [
30303025
"After entering a room in R-Mode, put some energy into reserves (set to Auto) and then have reserves trigger to force Samus into a standing pose."
30313026
]

0 commit comments

Comments
 (0)