Commit 9e6115e7 authored by Grajade's avatar Grajade

Update c1141101.lua

parent b196eade
Pipeline #6701 passed with stages
in 23 minutes and 33 seconds
......@@ -28,7 +28,6 @@ c1141101.muxu_ih_KTatara=1
--
function c1141101.tfilter1(c)
return c:IsType(TYPE_FLIP) and c:IsType(TYPE_MONSTER)
and not c:IsPublic()
end
function c1141101.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1141101.tfilter1,tp,LOCATION_HAND,0,1,nil) end
......@@ -49,7 +48,7 @@ function c1141101.op1(e,tp,eg,ep,ev,re,r,rp)
e1_2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1_2:SetCode(EFFECT_EXTRA_LINK_MATERIAL)
e1_2:SetRange(LOCATION_HAND)
e1_2:SetValue(function(e,c,mg) return true end)
e1_2:SetValue(function(e,lc,mg,c,tp) return true,true end)
e1_2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1_2)
end
......
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