Skip to content

Conversation

@Bing-su
Copy link
Collaborator

@Bing-su Bing-su commented Feb 2, 2026

  • raidboss/data/05-shb/trial/emerald_weapon-ex.ts
  • raidboss/data/07-dt/raid/r11s.ts

Fix

dir ?? '???' -> dir ?? 'unknown'

        const stretchDirNum = (portalDirNum + 2) % 4;
        const dir = Directions.outputIntercardDir[stretchDirNum];
        return output.stretchTetherDirLater!({ dir: output[dir ?? 'unknown']!() });
      },
        if (dirNum !== undefined && myPlatform !== undefined) {
          const dir1 = Directions.outputIntercardDir[dirNum] ?? 'unknown';
          if (myPlatform === 'west') {

@github-actions github-actions bot added 💬ko raidboss /ui/raidboss module needs-review Awaiting review labels Feb 2, 2026
@Bing-su Bing-su merged commit e69d588 into OverlayPlugin:main Feb 2, 2026
17 checks passed
@github-actions github-actions bot removed the needs-review Awaiting review label Feb 2, 2026
github-actions bot pushed a commit that referenced this pull request Feb 2, 2026
github-actions bot pushed a commit that referenced this pull request Feb 2, 2026
@Bing-su Bing-su deleted the ko branch February 3, 2026 02:07
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Feb 3, 2026
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💬ko raidboss /ui/raidboss module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants