Skip to content

Commit e83eafc

Browse files
authored
Merge pull request #2328 from blkerby/upper-norfair-farm-runways
Fix Upper Norfair Farming runway lengths
2 parents c4a53d1 + 491900e commit e83eafc

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

region/norfair/east/Upper Norfair Farming Room.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"name": "Come in Shinecharging, Leave Shinecharged",
175175
"entranceCondition": {
176176
"comeInShinecharging": {
177-
"length": 12,
177+
"length": 11,
178178
"openEnd": 1
179179
}
180180
},
@@ -200,9 +200,9 @@
200200
{"obstaclesCleared": ["A"]}
201201
]},
202202
{"or": [
203-
{"canShineCharge": {"usedTiles": 12, "openEnd": 1}},
203+
{"canShineCharge": {"usedTiles": 11, "openEnd": 1}},
204204
{"and": [
205-
{"canShineCharge": {"usedTiles": 13, "openEnd": 1}},
205+
{"canShineCharge": {"usedTiles": 12, "openEnd": 1}},
206206
{"doorUnlockedAtNode": 1}
207207
]}
208208
]},
@@ -227,7 +227,7 @@
227227
"name": "Come In Shinecharging, Leave With Temporary Blue",
228228
"entranceCondition": {
229229
"comeInShinecharging": {
230-
"length": 12,
230+
"length": 11,
231231
"openEnd": 0
232232
}
233233
},
@@ -334,7 +334,7 @@
334334
"name": "Come in Shinecharging, Leave Shinecharged",
335335
"entranceCondition": {
336336
"comeInShinecharging": {
337-
"length": 12,
337+
"length": 11,
338338
"openEnd": 1
339339
}
340340
},
@@ -358,7 +358,7 @@
358358
"name": "Come In Getting Blue Speed, Leave With Temporary Blue",
359359
"entranceCondition": {
360360
"comeInGettingBlueSpeed": {
361-
"length": 12,
361+
"length": 11,
362362
"openEnd": 1
363363
}
364364
},
@@ -637,7 +637,7 @@
637637
"name": "Come in Shinecharging, Leave Shinecharged",
638638
"entranceCondition": {
639639
"comeInShinecharging": {
640-
"length": 12,
640+
"length": 11,
641641
"openEnd": 1
642642
}
643643
},
@@ -661,7 +661,7 @@
661661
"name": "Come In Getting Blue Speed, Leave With Temporary Blue",
662662
"entranceCondition": {
663663
"comeInGettingBlueSpeed": {
664-
"length": 12,
664+
"length": 11,
665665
"openEnd": 1
666666
}
667667
},
@@ -782,7 +782,7 @@
782782
"name": "Come in Shinecharging, Leave Shinecharged",
783783
"entranceCondition": {
784784
"comeInShinecharging": {
785-
"length": 12,
785+
"length": 11,
786786
"openEnd": 1
787787
}
788788
},
@@ -808,9 +808,9 @@
808808
{"obstaclesCleared": ["A"]}
809809
]},
810810
{"or": [
811-
{"canShineCharge": {"usedTiles": 12, "openEnd": 1}},
811+
{"canShineCharge": {"usedTiles": 11, "openEnd": 1}},
812812
{"and": [
813-
{"canShineCharge": {"usedTiles": 13, "openEnd": 1}},
813+
{"canShineCharge": {"usedTiles": 12, "openEnd": 1}},
814814
{"doorUnlockedAtNode": 2}
815815
]}
816816
]},
@@ -835,7 +835,7 @@
835835
"name": "Come In Shinecharging, Leave With Temporary Blue",
836836
"entranceCondition": {
837837
"comeInShinecharging": {
838-
"length": 12,
838+
"length": 11,
839839
"openEnd": 0
840840
}
841841
},

0 commit comments

Comments
 (0)