Skip to content

Commit 5950eb5

Browse files
authored
"Supreme Darkness" official TCG release script updates
1 parent d559d4f commit 5950eb5

16 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function s.initial_effect(c)
4040
c:RegisterEffect(e3)
4141
end
4242
s.listed_series={SET_MITSURUGI}
43-
s.listed_names={id,101207095} --"Mitsurugi Ritual"
43+
s.listed_names={id,81560239} --"Mitsurugi Ritual"
4444
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
4545
local g=Duel.GetMatchingGroup(nil,tp,0,LOCATION_MZONE,nil)
4646
if chk==0 then return #g>0 end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function s.initial_effect(c)
3030
c:RegisterEffect(e2)
3131
end
3232
s.listed_series={SET_MITSURUGI}
33-
s.listed_names={id,101207095} --"Mitsurugi Ritual"
33+
s.listed_names={id,81560239} --"Mitsurugi Ritual"
3434
function s.spfilter(c,e,tp)
3535
return c:IsRace(RACE_REPTILE) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and not c:IsCode(id)
3636
end

0 commit comments

Comments
 (0)