Commit adce858c authored by mercury233's avatar mercury233 Committed by GitHub

fix サイバース・クロック・ドラゴン

parent a26bb29c
......@@ -93,7 +93,8 @@ function c42717221.tglimit(e,c)
end
function c42717221.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return rp==1-tp and c:IsReason(REASON_EFFECT) and c:IsSummonType(SUMMON_TYPE_FUSION) and c:IsPreviousControler(tp)
return rp==1-tp and c:IsReason(REASON_EFFECT) and c:IsPreviousControler(tp)
and c:IsPreviousLocation(LOCATION_MZONE) and c:IsSummonType(SUMMON_TYPE_FUSION)
end
function c42717221.thfilter(c)
return c:IsType(TYPE_SPELL) and c:IsAbleToHand()
......
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