Commit 9a73d140 authored by salix5's avatar salix5

workaround fix 究極竜魔導師

parent 6949a38b
...@@ -79,8 +79,14 @@ function s.Blue_Eyes_Ultimate_Dragon(c) ...@@ -79,8 +79,14 @@ function s.Blue_Eyes_Ultimate_Dragon(c)
return c:IsFusionCode(23995346) and not c:IsHasEffect(EFFECT_FUSION_SUBSTITUTE) return c:IsFusionCode(23995346) and not c:IsHasEffect(EFFECT_FUSION_SUBSTITUTE)
or c:IsHasEffect(EFFECT_FUSION_SUBSTITUTE) or c:IsHasEffect(EFFECT_FUSION_SUBSTITUTE)
end end
---@param g Group
---@param fc Card
---@param ec Card
---@param chkf integer
---@return boolean
function s.FShaddollSpgcheck(g,fc,ec,chkf) function s.FShaddollSpgcheck(g,fc,ec,chkf)
local sg=g:Clone() local sg=g:Clone()
local tp=fc:GetControler()
sg:AddCard(ec) sg:AddCard(ec)
local c=g:Filter(s.Blue_Eyes_Ultimate_Dragon,nil):GetFirst() local c=g:Filter(s.Blue_Eyes_Ultimate_Dragon,nil):GetFirst()
if aux.FCheckAdditional and not aux.FCheckAdditional(tp,sg,fc) if aux.FCheckAdditional and not aux.FCheckAdditional(tp,sg,fc)
......
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