Commit 2fcbd409 authored by POLYMER's avatar POLYMER

fix

parent a2032cf1
......@@ -7,7 +7,7 @@ function c67201135.initial_effect(c)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
--e1:SetCountLimit(1,67201135)
e1:SetCountLimit(1,67201135)
e1:SetTarget(c67201135.optg1)
e1:SetOperation(c67201135.opop1)
c:RegisterEffect(e1)
......@@ -22,7 +22,7 @@ function c67201135.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_CUSTOM+67201135)
e3:SetRange(LOCATION_HAND)
e3:SetCountLimit(1,67201135)
--e3:SetCountLimit(1,67201135)
e3:SetCondition(c67201135.opcon)
e3:SetTarget(c67201135.optg)
e3:SetOperation(c67201135.opop)
......
......@@ -76,12 +76,8 @@ function cm.fuslimit(e,c,sumtype)
return sumtype==SUMMON_TYPE_FUSION
end
function cm.efilter(e,re)
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() and e:GetHandlerPlayer()~=re:GetOwnerPlayer()
and re:IsActivated() and re:IsActiveType(TYPE_MONSTER) then
local loc=Duel.GetChainInfo(0,CHAININFO_TRIGGERING_LOCATION)
return LOCATION_ONFIELD&loc~=0
end
return false
return te:IsActiveType(TYPE_MONSTER) and te:GetOwnerPlayer()~=e:GetHandlerPlayer()
and Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)==LOCATION_MZONE
end
cm.input ={[[+Y-6-7-O-8]],[[+Y-:-M-?,x]],[[+i-?,w-5-8]],[[+_+\-B-G+h]],[[+_,x-A+Z-D]],[[+Z+W-M-M-8]],[[+X+V--+s-@]],[[+`+[-K-K- ]]}
cm.string={}
......
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