Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lovely.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ if pointer_index and (pointer_index == i) and not pointer_found then
end
if self.ability.name:find('Arcana') and skill_active("sk_ortalab_magica_1") then
if pseudorandom('magica') < 0.4 then
card = create_card("Loteria", G.pack_cards, nil, nil, true, true, nil, 'pl1')
card = create_card("ortalab_loteria", G.pack_cards, nil, nil, true, true, nil, nil)
card:start_materialize({G.C.WHITE, G.C.WHITE}, nil, 1.5*G.SETTINGS.GAMESPEED)
card.T.x = self.T.x + 0
card.T.y = self.T.y
Expand All @@ -1020,7 +1020,7 @@ if self.ability.name:find('Arcana') and skill_active("sk_ortalab_magica_1") then
end
if self.ability.name:find('Celestial') and skill_active("sk_ortalab_starry_2") then
if pseudorandom('magica') < 0.4 then
card = create_card("Zodiac", G.pack_cards, nil, nil, true, true, nil, 'pl1')
card = create_card("ortalab_zodiac", G.pack_cards, nil, nil, true, true, nil, nil)
card:start_materialize({G.C.WHITE, G.C.WHITE}, nil, 1.5*G.SETTINGS.GAMESPEED)
card.T.x = self.T.x + 0
card.T.y = self.T.y
Expand Down Expand Up @@ -2821,4 +2821,4 @@ target = 'card.lua'
pattern = '''if context.repetition then'''
position = 'at'
payload = '''if context.repetition and context.repetition_only then'''
match_indent = true
match_indent = true