Commit b6510cb0 authored by wyykak's avatar wyykak

fix 20114

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 8b67f5bb
Pipeline #11816 passed with stage
in 37 seconds
......@@ -37,7 +37,7 @@ function c20114.initial_effect(c)
e6:SetRange(LOCATION_SZONE)
e6:SetCountLimit(2)
e6:SetProperty(EFFECT_FLAG_CARD_TARGET)
e6:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetTurnPlayer()==tp end)
e6:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetTurnPlayer()==tp and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2) end)
e6:SetCost(c20114.descost)
e6:SetTarget(c20114.destg)
e6:SetOperation(c20114.desop)
......
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