File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2735,7 +2735,8 @@ local oil_lamp = { --You want it? It's yours my friend
27352735 if not Card .no (G .jokers .cards [i + 1 ], " immutable" , true ) then
27362736 check = true
27372737 Cryptid .manipulate (G .jokers .cards [i + 1 ], { value = card .ability .extra .increase })
2738- G .jokers .cards [i + 1 ].config .cry_oil_lamp = (G .jokers .cards [i + 1 ].config .cry_oil_lamp or 1 ) * card .ability .extra .increase
2738+ G .jokers .cards [i + 1 ].config .cry_oil_lamp = (G .jokers .cards [i + 1 ].config .cry_oil_lamp or 1 )
2739+ * card .ability .extra .increase
27392740 end
27402741 end
27412742 end
@@ -2796,6 +2797,6 @@ return {
27962797 demicolon ,
27972798 starfruit ,
27982799 chad ,
2799- oil_lamp
2800+ oil_lamp ,
28002801 },
28012802}
Original file line number Diff line number Diff line change @@ -1574,4 +1574,4 @@ function end_round()
15741574 end
15751575 end
15761576 end
1577- end
1577+ end
Original file line number Diff line number Diff line change @@ -2349,7 +2349,7 @@ return {
23492349 text = {
23502350 " Temporarily Increase values of {C:attention}Joker{}" ,
23512351 " to the right by {C:attention}Twenty{} Percent" ,
2352- " for the remainder of this ante"
2352+ " for the remainder of this ante" ,
23532353 },
23542354 },
23552355 j_cry_oldblueprint = {
@@ -2929,7 +2929,7 @@ return {
29292929 " Sell this card to" ,
29302930 " Temporarily Increase values of all" ,
29312931 " {C:attention}Jokers{} by {C:attention}Fifty{} Percent" ,
2932- " for the remainder of this ante"
2932+ " for the remainder of this ante" ,
29332933 },
29342934 },
29352935 j_cry_unity = {
You can’t perform that action at this time.
0 commit comments