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

fix トラックブラック

parent 8c70a5d2
......@@ -11,10 +11,14 @@ function c66226132.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,66226132)
e1:SetCondition(c66226132.condition)
e1:SetTarget(c66226132.target)
e1:SetOperation(c66226132.operation)
c:RegisterEffect(e1)
end
function c66226132.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP()
end
function c66226132.tgfilter(c,lg)
return lg:IsContains(c)
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