Skip to content

Commit 68a470e

Browse files
authored
Merge pull request #752 from MarioFan597/main
Art Update
2 parents 25912fe + 8f77705 commit 68a470e

File tree

9 files changed

+9
-2
lines changed

9 files changed

+9
-2
lines changed

assets/1x/atlasepic.png

25 KB
Loading

assets/1x/atlasexotic.png

20.3 KB
Loading

assets/1x/atlastwo.png

18.2 KB
Loading

assets/2x/atlasepic.png

41.2 KB
Loading

assets/2x/atlasexotic.png

10.4 KB
Loading

assets/2x/atlastwo.png

43.3 KB
Loading

items/epic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ local error_joker = {
590590
"Fetch",
591591
},
592592
art = {
593-
"Mystic Misclick",
593+
"mold spores",
594594
},
595595
code = {
596596
"Math",

items/exotic.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ local exponentia = {
343343
end,
344344
cry_credits = {
345345
idea = { "Enemui" },
346-
art = { "Jevonn" },
346+
art = { "Lil Mr. Slipstream" },
347+
art = { "George the Rat" },
347348
code = { "Math" },
348349
},
349350
init = function(self)

items/misc_joker.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,7 @@ local waluigi = {
20252025
"HexaCryonic",
20262026
},
20272027
art = {
2028+
"MarioFan597",
20282029
"HexaCryonic",
20292030
},
20302031
code = {
@@ -8934,6 +8935,11 @@ local tropical_smoothie = {
89348935
end
89358936
end
89368937
end,
8938+
cry_credits = {
8939+
art = {
8940+
"Ori",
8941+
},
8942+
},
89378943
}
89388944
local pumpkin = {
89398945
object_type = "Joker",

0 commit comments

Comments
 (0)