Skip to content

Commit 4ed3685

Browse files
committed
Small MickeyMouse Update
1 parent a36fb54 commit 4ed3685

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

region/lowernorfair/east/Mickey Mouse Room.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,11 +1042,14 @@
10421042
"h_canNavigateHeatRooms",
10431043
{"or": [
10441044
{"obstaclesCleared": ["F"]},
1045-
{"enemyDamage": {
1046-
"enemy": "Dessgeega",
1047-
"type": "contact",
1048-
"hits": 1
1049-
}}
1045+
{"and": [
1046+
"canHitbox",
1047+
{"enemyDamage": {
1048+
"enemy": "Dessgeega",
1049+
"type": "contact",
1050+
"hits": 1
1051+
}}
1052+
]}
10501053
]},
10511054
{"canShineCharge": {
10521055
"usedTiles": 23,
@@ -1372,12 +1375,10 @@
13721375
"name": "Plasma Hitbox Run-Through",
13731376
"requires": [
13741377
"h_canNavigateHeatRooms",
1378+
"canDodgeWhileShooting",
13751379
"Plasma",
13761380
"canHitbox",
1377-
{"canShineCharge": {
1378-
"usedTiles": 33,
1379-
"openEnd": 2
1380-
}},
1381+
"SpeedBooster",
13811382
{"heatFrames": 145}
13821383
],
13831384
"clearsObstacles": ["C", "E", "F"],

0 commit comments

Comments
 (0)