Commit b5321d2c authored by Tachibana's avatar Tachibana

ndyd

parent f931eb14
......@@ -60,7 +60,7 @@ function c4212304.thfilter2(c,g)
return g:IsContains(c)
end
function c4212304.condition(e,tp,eg,ep,ev,re,r,rp)
return (Duel.GetMatchingGroupCount(c4212306.mfilter2,tp,LOCATION_SZONE,0,nil)>=3 and Duel.GetTurnPlayer()~=tp) or Duel.GetTurnPlayer()==tp
return (Duel.GetMatchingGroupCount(c4212304.mfilter2,tp,LOCATION_SZONE,0,nil)>=3 and Duel.GetTurnPlayer()~=tp) or Duel.GetTurnPlayer()==tp
end
function c4212304.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c4212304.thfilter,tp,LOCATION_MZONE,0,1,nil) end
......@@ -84,7 +84,7 @@ function c4212304.thop(e,tp,eg,ep,ev,re,r,rp)
or (math.ceil(c:GetSequence())==5 and zone==3 )
end,tp,0,LOCATION_ONFIELD,nil,math.ceil(e:GetLabel()))
sg:Merge(sg2)
if sg:GetCount()>0 then
if sg:GetCount()>0 then
Duel.Destroy(sg,REASON_EFFECT)
end
end
......
......@@ -2,7 +2,7 @@
local m=44000102
local cm=_G["c"..m]
Duel.LoadScript("c12000000.lua")
cm.srre_front_side=44000102
cm.srre_front_side=44000101
cm.srre_back_side=44000102
function cm.initial_effect(c)
--Activate
......
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