Commit 6a9ea004 authored by wind2009's avatar wind2009

Fix DDDD偉次元王アーク・クライシス

parent 630e1118
Pipeline #36282 passed with stages
in 3 minutes and 37 seconds
No preview for this file type
......@@ -79,7 +79,11 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1)
end
function s.splimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_FUSION)==SUMMON_TYPE_FUSION and Duel.GetFlagEffect(sp,id)==0
local c=e:GetHandler()
if c:IsLocation(LOCATION_EXTRA) and c:IsFacedown() then
return st&SUMMON_TYPE_FUSION==SUMMON_TYPE_FUSION and Duel.GetFlagEffect(sp,id)==0
end
return true
end
function s.desfilter(c)
return c:IsFaceup() and c:IsSetCard(0xae)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment