1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-25 22:47:52 +00:00

lit-up on street stage

This commit is contained in:
Cameron Taylor 2022-08-25 20:15:50 -04:00
parent aaf1376b53
commit eaab159c73

View file

@ -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';