Skip to content

Commit

Permalink
fix: incorrect slot ids for Quad Link Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Dec 14, 2024
1 parent 1ba3912 commit 8e82b3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import java.awt.Color

object QuadLinkLegacySolver {
const val guiTitle = "Quad Link Legacy - Wizardman"
const val oppSlot = 17
const val ourSlot = 24
const val oppSlot = 18
const val ourSlot = 26

// he takes up the middle 7 slots for each row of the chest
// this is [row][column]
Expand Down

0 comments on commit 8e82b3e

Please sign in to comment.