File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2469,14 +2469,14 @@ local starfruit = {
24692469 rarity = " cry_epic" ,
24702470 cost = 14 ,
24712471 order = 300 ,
2472- blueprint_compat = false ,
2473- demicoloncompat = false ,
2472+ blueprint_compat = true ,
2473+ demicoloncompat = true ,
24742474 atlas = " atlasepic" ,
24752475 pos = { x = 4 , y = 5 },
24762476 config = { emult = 2 , emult_mod = 0.2 },
24772477 pools = { [" Food" ] = true },
24782478 calculate = function (self , card , context )
2479- if context .joker_main then
2479+ if context .joker_main or context . forcetrigger then
24802480 return {
24812481 message = localize ({
24822482 type = " variable" ,
@@ -2489,7 +2489,7 @@ local starfruit = {
24892489 colour = G .C .DARK_EDITION ,
24902490 }
24912491 end
2492- if context .reroll_shop then
2492+ if context .reroll_shop or context . forcetrigger then
24932493 card .ability .emult = card .ability .emult - card .ability .emult_mod
24942494 -- floating point precision can kiss my ass istg
24952495 if to_number (card .ability .emult ) <= 1.00000001 then
You can’t perform that action at this time.
0 commit comments