Skip to content

Commit

Permalink
Fix typo in door_Ruin_Elevator logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
homothetyhk committed Feb 4, 2024
1 parent e71360c commit 15ec9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RandomizerMod/Resources/Logic/transitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4638,7 +4638,7 @@
{
"sceneName": "Ruins2_04",
"gateName": "door_Ruin_Elevator",
"logic": "Ruins2_04[door_Ruin_Elevator] | Ruins2_04[right1] | Ruins2_04[door_Ruin_House_02] | Ruins2_04 + PLEASUREHOUSEUNLOCK + (((LEFTDASH | LEFTCLAW) + (RIGHTDASH | RIGHTCLAW)) | WINGS)",
"logic": "Ruins2_04[door_Ruin_Elevator] | (Ruins2_04[right1] | Ruins2_04[door_Ruin_House_02] | Ruins2_04 + ((LEFTDASH | LEFTCLAW) + (RIGHTDASH | RIGHTCLAW) | WINGS)) + PLEASUREHOUSEUNLOCK",
"oneWayType": "TwoWay",
"Name": "Ruins2_04[door_Ruin_Elevator]"
},
Expand Down

0 comments on commit 15ec9ee

Please sign in to comment.