diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 5b097b826..a2e1ee9ff 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -478,7 +478,7 @@ class PlayState extends MusicBeatState implements IHook currentStageId = 'pyro'; case 'senpai' | 'roses': currentStageId = 'school'; - case "darnell": + case "darnell" | "lit-up" | "2hot": currentStageId = 'phillyStreets'; case 'thorns': currentStageId = 'schoolEvil';