Commit 7e03dee3 authored by tsubaki's avatar tsubaki
parents 292a3c67 b6510cb0
Pipeline #11835 passed with stage
in 54 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