Story fixes

This commit is contained in:
gamer147
2026-05-25 15:21:35 -04:00
parent c530809449
commit 9b051c444c
3 changed files with 710 additions and 11 deletions

View File

@@ -133,6 +133,11 @@ public class StoryService : IStoryService
IsFinish = pState?.IsFinish ?? false,
IsPlayAnotherEndAppearanceAnimation = c.IsPlayAnotherEndAppearanceAnimation,
IsReleasedAnotherEnd = c.IsReleasedAnotherEnd,
// TODO: prod gates skip on tutorial chapters specifically — the first battle of
// each class's section-1 intro (the "class tutorial" chapters) only shows skip on
// REPLAY, not on first play. Other chapters honor the chapter-master flag as-is.
// Our captures are all post-clear so the exact gate is unconfirmed; cosmetic-only,
// viewer sees skip earlier than prod would allow on class-tutorial first plays.
IsSkipEnabled = c.IsSkipEnabled,
});
}