Commit ab438c3d authored by wind2009's avatar wind2009

Fix 調和ノ天救竜

parent e8f5f2e6
Pipeline #42299 failed with stages
in 51 seconds
...@@ -19,7 +19,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -19,7 +19,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and re:IsActiveType(TYPE_MONSTER) and re:GetActivateLocation()==LOCATION_MZONE return rp==1-tp and re:IsActiveType(TYPE_MONSTER) and re:GetActivateLocation()==LOCATION_MZONE
end end
function s.cfilter(c) function s.cfilter(c)
return c:IsType(TYPE_SYNCHRO) and not c:IsPublic() return c:IsAllTypes(TYPE_SYNCHRO+TYPE_MONSTER)
end end
function s.tgfilter(c) function s.tgfilter(c)
return c:IsAbleToGrave() return c:IsAbleToGrave()
......
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