Skip to content

Commit

Permalink
Fix Ghost music in Furnace not playing if coming from Energy Core (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMiguel211 authored Jul 24, 2024
1 parent 2521dfb commit ccc7a59
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions generated/json_data/qol.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2581,14 +2581,6 @@
3212052,
3212051
],
"removeConnections": [
{
"senderId": 3211876, // [Relay] Relay - [IN] Make Chozoghost Appear
"targetId": 3212048, // [StreamedAudio] StreamedAudio - General ShortBattle 2 SW
"state": "ZERO",
"message": "PLAY"
}
],
"addConnections": [
{
"senderId": 3211267, // [SpecialFunction] Music Player For Area
Expand All @@ -2597,7 +2589,13 @@
"message": "SET_TO_ZERO"
},
{
"senderId": 3211270, // [Switchv] OPEN: Chozo Music / CLOSED: Ghost Music
"senderId": 3211876, // [Relay] Relay - [IN] Make Chozoghost Appear
"targetId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
"state": "ZERO",
"message": "CLOSE"
},
{
"senderId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
"targetId": 3212049, // [StreamedAudio] StreamedAudio - Ruins Samus SW
"state": "OPEN",
"message": "PLAY"
Expand All @@ -2608,24 +2606,6 @@
"state": "CLOSED",
"message": "PLAY"
},
{
"senderId": 3211857, // [Trigger] Trigger_Ghosttest
"targetId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
"state": "ENTERED",
"message": "CLOSE"
},
{
"senderId": 3211879, // [Trigger] Trigger_Ghosttest
"targetId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
"state": "ENTERED",
"message": "CLOSE"
},
{
"senderId": 3211874, // [Trigger] Trigger_Ghosttest
"targetId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
"state": "ENTERED",
"message": "CLOSE"
},
{
"senderId": 3212043, // [Trigger] Trigger - Play Music Morphball Battle 2
"targetId": 3211270, // [Switch] OPEN: Chozo Music / CLOSED: Ghost Music
Expand Down

0 comments on commit ccc7a59

Please sign in to comment.