From eaab159c73ed5c911cf9d4b973f8575ad7c5b6af Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 25 Aug 2022 20:15:50 -0400 Subject: [PATCH] lit-up on street stage --- source/funkin/play/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';