Commit cb6be3d8 authored by Tachibana's avatar Tachibana

得得得得得

parent 0599d619
Pipeline #12433 passed with stages
in 21 minutes and 13 seconds
......@@ -40,7 +40,7 @@ function cm.initial_effect(c)
end
--Szone Activate
function cm.con(e,tp)
return Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and e:GetHandler():GetActivateEffect():IsActivatable(tp,true,true) and Duel.GetTurnPlayer()==tp
return Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and e:GetHandler():GetActivateEffect():IsActivatable(tp,true,true) and Duel.GetTurnPlayer()==tp and Duel.GetCurrentChain()<1 and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
end
function cm.opdo(e,tp,eg,ep,ev,re,r,rp)
Duel.MoveToField(e:GetHandler(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
......
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