Skip to content

Commit 84d459a

Browse files
committed
add unlocksDoors to Volcano
1 parent 7c2a695 commit 84d459a

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

region/norfair/east/Volcano Room.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,21 @@
244244
"entranceCondition": {
245245
"comeInNormally": {}
246246
},
247-
"requires": [],
247+
"requires": [
248+
{"heatFrames": 60}
249+
],
248250
"exitCondition": {
249251
"leaveWithRunway": {
250252
"length": 6,
251253
"openEnd": 1
252254
}
253-
}
255+
},
256+
"unlocksDoors": [
257+
{
258+
"types": ["ammo"],
259+
"requires": []
260+
}
261+
]
254262
},
255263
{
256264
"id": 9,

0 commit comments

Comments
 (0)