Commit 8a8df8d8 authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

Fix VS ホーリー・スー

See merge request mycard/pre-release-database-cdb!180
parents 7b9c40dd c399258f
Pipeline #35262 passed with stages
in 1 minute and 38 seconds
......@@ -89,7 +89,7 @@ function s.cttg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
local c=e:GetHandler()
local g=Duel.GetMatchingGroup(s.ctfilter,tp,0,LOCATION_MZONE,nil)
if not g then return false end
if #g<=0 then return false end
local tg=g:GetMinGroup(Card.GetAttack):Filter(Card.IsControlerCanBeChanged,nil)
return tg:GetCount()>0 and Duel.GetMZoneCount(tp,c,tp,LOCATION_REASON_CONTROL)>0 and Duel.GetFlagEffect(tp,id)==0
end
......
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