Commit 66feebfd authored by GuGu's avatar GuGu

Update c86379080.lua

parent 2bb59ff7
Pipeline #39733 passed with stage
in 10 seconds
......@@ -69,7 +69,7 @@ function c86379080.spfilter(c)
return c:IsSetCard(0x606) and c:IsDiscardable()
end
function c86379080.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2) and Duel.GetCurrentChain()==0 and Duel.IsPlayerCanSpecialSummonMonster(tp,86379080,0x208,TYPE_MONSTER+TYPE_NORMAL,1600,1200,0,0,0) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and (Duel.GetMatchingGroupCount(c86379080.spfilter,tp,LOCATION_HAND,0,e:GetHandler())>0 or Duel.GetMatchingGroupCount(Card.IsType,tp,0,LOCATION_MZONE,nil,TYPE_MONSTER)>0)
return Duel.GetTurnPlayer()==tp and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2) and Duel.GetCurrentChain()==0 and Duel.IsPlayerCanSpecialSummonMonster(tp,86379080,0x208,TYPE_MONSTER+TYPE_NORMAL,1600,1200,0,0,0) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and (Duel.GetMatchingGroupCount(c86379080.spfilter,tp,LOCATION_HAND,0,e:GetHandler())>0 or Duel.GetMatchingGroupCount(aux.TRUE,tp,0,LOCATION_ONFIELD,nil)>0)
end
function c86379080.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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