File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -257,15 +257,15 @@ match_indent = true
257257target = " card.lua"
258258pattern = " if card.ability.name == 'Glass Card' then"
259259position = " at"
260- payload = " if SMODS.has_enhancement (card, 'm_glass' ) then"
260+ payload = " if SMODS.shatters (card) then"
261261match_indent = true
262262
263263[[patches ]]
264264[patches .pattern ]
265265target = " functions/state_events.lua"
266266pattern = " if G.hand.highlighted[i].ability.name == 'Glass Card' then"
267267position = " at"
268- payload = " if SMODS.has_enhancement (G.hand.highlighted[i], 'm_glass' ) then"
268+ payload = " if SMODS.shatters (G.hand.highlighted[i]) then"
269269match_indent = true
270270
271271[[patches ]]
@@ -281,7 +281,7 @@ match_indent = true
281281target = " functions/state_events.lua"
282282pattern = " if cards_destroyed[i].ability.name == 'Glass Card' then"
283283position = " at"
284- payload = " if SMODS.has_enhancement( cards_destroyed[i], 'm_glass') then"
284+ payload = " if cards_destroyed[i].shattered then"
285285match_indent = true
286286
287287# Prevent blue seals from applying on quantum enhancement calc
Original file line number Diff line number Diff line change 1- return " 1.0.0~ALPHA-1416a -STEAMODDED"
1+ return " 1.0.0~ALPHA-1418a -STEAMODDED"
You can’t perform that action at this time.
0 commit comments