Unlock all difficulty levels of Paradox

This commit is contained in:
Kei-Luna
2026-05-02 08:42:57 +09:00
parent 2883ac3d41
commit f07c5f77fd
5 changed files with 78 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ public class Rogue3D_CheckOpenAct : ICallGSHandler
{
public async Task Handle(Connection connection, string param, ushort seqNo)
{
await CallGSRouter.SendScript(connection, "Rogue3D_CheckOpenAct", "{\"bOpen\":true}");
var sync = Rogue3DStateHelper.EnsureUnlockState(connection.Player!);
await CallGSRouter.SendScript(connection, "Rogue3D_CheckOpenAct", "{\"bOpen\":true}", sync);
}
}