File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1438,6 +1438,11 @@ local longboi = {
14381438 end ,
14391439 set_ability = function (self , card , from_debuff )
14401440 card .ability .extra .monster = G .GAME and G .GAME .monstermult or 1
1441+ if card .ability .extra .monster >= 1234567654321 then
1442+ card .children .center :set_sprite_pos ({ x = 7 , y = 5 })
1443+ elseif card .ability .extra .monster >= 12321 then
1444+ card .children .center :set_sprite_pos ({ x = 7 , y = 6 })
1445+ end
14411446 end ,
14421447 cry_credits = {
14431448 idea = {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ target = 'functions/common_events.lua'
2121pattern = " if not strip_edition then"
2222position = ' before'
2323payload = '''
24- if new_card.ability.name == "cry-longboi" then new_card.ability.extra.monster = G.GAME.monstermult end
24+ if new_card.ability.name == "cry-longboi" then new_card:set_ability(new_card.config.center) end
2525'''
2626match_indent = true
2727
@@ -481,4 +481,4 @@ position = "after"
481481payload = '''
482482 G.cry_edeck_select = nil
483483'''
484- match_indent = true
484+ match_indent = true
You can’t perform that action at this time.
0 commit comments