Skip to content

Commit 80c6f85

Browse files
committed
change oracle deck art
1 parent 69e4395 commit 80c6f85

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/1x/decks.png

4.65 KB
Loading

assets/2x/decks.png

6.23 KB
Loading

objects/decks/AA_oracle.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SMODS.Back({
22
key = "oracle",
33
config = { vouchers = { "v_clearance_sale" }, consumables = { "c_medium" } },
44
atlas = "mp_decks",
5-
pos = { x = 3, y = 0 },
5+
pos = { x = 1, y = 1 },
66
apply = function(self)
77
G.GAME.modifiers.oracle_max = 50
88
end,

0 commit comments

Comments
 (0)