Skip to content

Commit 3b17246

Browse files
authored
"2025 Mega-Pack Tin" + "Structure Deck: Power of Fellows" + "Trap of the Poisonous Scorpion" official release script updates
1 parent bdb6b90 commit 3b17246

File tree

14 files changed

+45
-3
lines changed

14 files changed

+45
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ function s.initial_effect(c)
2626
e2:SetValue(s.effval)
2727
c:RegisterEffect(e2)
2828
end
29-
s.material={100348004} --"Scrap Synchron"
29+
s.material={16449363} --"Scrap Synchron"
3030
s.listed_series={SET_WARRIOR}
31-
s.listed_names={CARD_JUNK_SYNCHRON,CARD_JUNK_WARRIOR,id}
31+
s.listed_names={16449363,CARD_JUNK_SYNCHRON,CARD_JUNK_WARRIOR,id}
3232
s.material_setcode=SET_SYNCHRON
3333
function s.tunerfilter(c,lc,stype,tp)
34-
return c:IsSummonCode(lc,stype,tp,100348004) or c:IsHasEffect(20932152)
34+
return c:IsSummonCode(lc,stype,tp,16449363) or c:IsHasEffect(20932152)
3535
end
3636
function s.thtgfilter(c)
3737
return (c:IsCode(CARD_JUNK_SYNCHRON) or c:ListsCode(CARD_JUNK_WARRIOR)) and (c:IsAbleToHand() or c:IsAbleToGrave())

0 commit comments

Comments
 (0)