EverestAPI / SpringCollab2020

Code mod to be used for the 2020 Celeste Spring Community Collab.
MIT License
2 stars 0 forks source link

Underwater Switch Controller: Fix 'Madeline coming out of water' sound effect when respawning underwater #168

Closed maddie480 closed 4 years ago

maddie480 commented 4 years ago

Madeline was briefly coming out of water when respawning: there was no water between the respawn and the first time the underwater switch controller got updated.

To fix this, water gets spawned in the underwater switch controller's Added method if the flag is already active when it spawns.