Skip to content

Commit 611e449

Browse files
committed
fix ordering
1 parent b92cf1a commit 611e449

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

items/code.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4735,7 +4735,7 @@ local CodeJoker = {
47354735
extra_gamesets = { "exp_modest" },
47364736
rarity = "cry_epic",
47374737
cost = 11,
4738-
order = 301,
4738+
order = 302,
47394739
blueprint_compat = true,
47404740
demicoloncompat = true,
47414741
atlas = "atlasepic",
@@ -4807,7 +4807,7 @@ local copypaste = {
48074807
name = "cry-copypaste",
48084808
key = "copypaste",
48094809
pos = { x = 3, y = 4 },
4810-
order = 302,
4810+
order = 303,
48114811
config = {
48124812
extra = {
48134813
ckt = nil,
@@ -4922,7 +4922,7 @@ local cut = {
49224922
pos = { x = 2, y = 2 },
49234923
rarity = 2,
49244924
cost = 7,
4925-
order = 303,
4925+
order = 304,
49264926
blueprint_compat = true,
49274927
perishable_compat = false,
49284928
demicoloncompat = true,
@@ -5031,7 +5031,7 @@ local blender = {
50315031
blueprint_compat = true,
50325032
demicoloncompat = true,
50335033
atlas = "atlasthree",
5034-
order = 304,
5034+
order = 305,
50355035
calculate = function(self, card, context)
50365036
if
50375037
context.using_consumeable
@@ -5086,7 +5086,7 @@ local python = {
50865086
perishable_compat = false,
50875087
demicoloncompat = true,
50885088
atlas = "atlasthree",
5089-
order = 305,
5089+
order = 306,
50905090
loc_vars = function(self, info_queue, center)
50915091
return {
50925092
vars = {

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ local wee_fib = {
482482
config = {
483483
extra = {
484484
mult = 0,
485-
mult_mod = 3,
485+
mult_mod = 2,
486486
},
487487
},
488488
gameset_config = {

localization/en-us.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,8 +2073,7 @@ return {
20732073
j_cry_M = {
20742074
name = "M",
20752075
text = {
2076-
"Create a {C:dark_edition}Negative{}",
2077-
"{C:attention}Jolly Joker{} when",
2076+
"Create a {C:attention}Jolly Joker{} when",
20782077
"{C:attention}Blind{} is selected",
20792078
},
20802079
},

0 commit comments

Comments
 (0)