Skip to content

Commit baaf049

Browse files
authored
add suit planet + non verisimile resprites (#802)
1 parent 25c9c50 commit baaf049

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

assets/1x/atlasexotic.png

17.8 KB
Loading

assets/1x/atlasnotjokers.png

-30 KB
Loading

assets/2x/atlasexotic.png

22.5 KB
Loading

assets/2x/atlasnotjokers.png

-74.6 KB
Loading

items/exotic.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ local verisimile = {
14261426
end,
14271427
cry_credits = {
14281428
idea = { "Enemui" },
1429+
art = { "Tatteredlurker" },
14291430
code = { "Jevonn", "invalidOS" },
14301431
},
14311432
}

items/planet.lua

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ local ruutu = {
967967
"Jevonn",
968968
},
969969
art = {
970-
"jenwalter666",
970+
"Tatteredlurker",
971971
},
972972
code = {
973973
"Math",
@@ -1052,7 +1052,7 @@ local risti = {
10521052
"Jevonn",
10531053
},
10541054
art = {
1055-
"jenwalter666",
1055+
"Tatteredlurker",
10561056
},
10571057
code = {
10581058
"Math",
@@ -1137,7 +1137,7 @@ local hertta = {
11371137
"Jevonn",
11381138
},
11391139
art = {
1140-
"jenwalter666",
1140+
"Tatteredlurker",
11411141
},
11421142
code = {
11431143
"Math",
@@ -1222,7 +1222,7 @@ local pata = {
12221222
"Jevonn",
12231223
},
12241224
art = {
1225-
"jenwalter666",
1225+
"Tatteredlurker",
12261226
},
12271227
code = {
12281228
"Math",
@@ -1307,7 +1307,7 @@ local kaikki = {
13071307
"HexaCryonic",
13081308
},
13091309
art = {
1310-
"HexaCryonic",
1310+
"Tatteredlurker",
13111311
},
13121312
code = {
13131313
"HexaCryonic",
@@ -1401,8 +1401,7 @@ local perkele = {
14011401
"cassknows",
14021402
},
14031403
art = {
1404-
"cassknows",
1405-
"Lil Mr. Slipstream",
1404+
"Tatteredlurker",
14061405
},
14071406
code = {
14081407
"InvalidOS",
@@ -1530,10 +1529,10 @@ local perkele = {
15301529
type = "variable",
15311530
key = "a_powmult",
15321531
vars = {
1533-
number_format(context.cry_observatory.ability.extra),
1532+
number_format(value),
15341533
},
15351534
}),
1536-
Emult_mod = lenient_bignum(context.cry_observatory.ability.extra),
1535+
Emult_mod = lenient_bignum(value),
15371536
colour = G.C.DARK_EDITION,
15381537
}
15391538
end

0 commit comments

Comments
 (0)