dlc content

This commit is contained in:
2026-01-08 01:08:55 +01:00
parent 69bcf0920a
commit 154eb55283
4 changed files with 38 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ func (a Alchemy) SelectIngredient(str ingredient.Ingredient) {
a.mouse.Move(-2560, -1440)
a.sleep(100)
// fmt.Printf("Selecting %s at %dx%d\n", str.Name(), x, y)
fmt.Printf("Selecting %s at %dx%d\n", str.Name(), x, y)
a.mouse.Move(int32(x), int32(y))
a.sleep(50)