Skip to content

Commit 95cbda8

Browse files
committed
scenic route integrity and mallet sprites
1 parent f9c05dc commit 95cbda8

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

assets/1x/jokers.png

1.46 KB
Loading

assets/1x/reverse_tarots.png

2.07 KB
Loading

assets/2x/jokers.png

1.69 KB
Loading

assets/2x/reverse_tarots.png

2.7 KB
Loading

compat/cryptid/misc_jokers.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ local scenic_route = {
1111
},
1212
blueprint_compat = true,
1313
eternal_compat = true,
14-
pos = { x = 1, y = 0 },
15-
atlas = "placeholder",
14+
pos = { x = 9, y = 4 },
15+
atlas = "jokers",
1616
demicoloncompat = true,
1717
loc_vars = function(self, q, card) q[#q+1] = G.P_CENTERS.c_entr_new end,
1818
calculate = function(self, card, context)
@@ -34,7 +34,8 @@ local scenic_route = {
3434
end
3535
end,
3636
entr_credits = {
37-
idea = {"cassknows"}
37+
idea = {"cassknows"},
38+
art = {"Lfmoth"}
3839
}
3940
}
4041

compat/cryptid/other_consumables.lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,10 @@ local integrity = {
11241124
demicoloncompat = true,
11251125
force_use = function(self, card)
11261126
self:use(card)
1127-
end
1127+
end,
1128+
entr_credits = {
1129+
art = {"Lfmoth"}
1130+
}
11281131
}
11291132

11301133
local mallet = {
@@ -1179,7 +1182,10 @@ local mallet = {
11791182
demicoloncompat = true,
11801183
force_use = function(self, card)
11811184
self:use(card)
1182-
end
1185+
end,
1186+
entr_credits = {
1187+
art = {"Lfmoth"}
1188+
}
11831189
}
11841190

11851191
return {

items/jokers/misc_jokers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,6 @@ return {
17581758
tenner,
17591759
sticker_sheet,
17601760
fourbit,
1761-
scenic_route,
17621761
crimson_flask,
17631762
grotesque_joker,
17641763
dog_chocolate,

0 commit comments

Comments
 (0)