Skip to content

Commit 66d8594

Browse files
haha Long m
1 parent 664a0ef commit 66d8594

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

assets/1x/atlasthree.png

-1.2 KB
Loading

assets/2x/atlasthree.png

-2.38 KB
Loading

items/m.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {

lovely/misc.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target = 'functions/common_events.lua'
2121
pattern = "if not strip_edition then"
2222
position = 'before'
2323
payload = '''
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
'''
2626
match_indent = true
2727

@@ -481,4 +481,4 @@ position = "after"
481481
payload = '''
482482
G.cry_edeck_select = nil
483483
'''
484-
match_indent = true
484+
match_indent = true

0 commit comments

Comments
 (0)