Commit 1aeb5b32 authored by wind2009's avatar wind2009

Fix 贖罪神女

parent 3703fd37
Pipeline #32789 passed with stages
in 1 minute and 24 seconds
......@@ -55,7 +55,7 @@ function s.splimit(e,se,sp,st)
return true
end
function s.hspfilter1(c,tp,fc)
return c:IsCode(85065943)
return c:IsFusionCode(85065943)
and c:IsControler(tp) and Duel.GetLocationCountFromEx(tp,tp,c,fc)>0 and c:IsCanBeFusionMaterial(fc,SUMMON_TYPE_SPECIAL)
end
function s.hspfilter2(c,tp,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