Commit a0db7070 authored by nanahira's avatar nanahira

fix

parent ae61e0e5
...@@ -70,8 +70,7 @@ function c77765002.initial_effect(c) ...@@ -70,8 +70,7 @@ function c77765002.initial_effect(c)
Duel.SetOperationInfo(0,CATEGORY_EQUIP,tg,#tg,0,0) Duel.SetOperationInfo(0,CATEGORY_EQUIP,tg,#tg,0,0)
end) end)
e3:SetOperation(function (e,tp,eg,ep,ev,re,r,rp) e3:SetOperation(function (e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsExistingMatchingCard(KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e,tp,c) if not Duel.IsExistingMatchingCard(KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e,tp,c) then return end
end,nil) then return end
local c=e:GetHandler() local c=e:GetHandler()
local g=e:GetLabelObject():GetLabelObject() local g=e:GetLabelObject():GetLabelObject()
local tg=g:Filter(function(c) local tg=g:Filter(function(c)
......
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