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

fix キキナガシ風鳥

parent 381c5ab4
......@@ -27,7 +27,7 @@ function c27240101.efilter(e,te)
return te:GetOwner()~=e:GetOwner()
end
function c27240101.indcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP()
return Duel.IsAbleToEnterBP() or (Duel.GetCurrentPhase()>=PHASE_BATTLE_START and Duel.GetCurrentPhase()<=PHASE_BATTLE)
end
function c27240101.indcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,2,REASON_COST) 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