Commit 1cd29865 authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1110005.lua

parent 7e723756
...@@ -91,7 +91,7 @@ function c1110005.tfilter2_1(c,e,tp,tc) ...@@ -91,7 +91,7 @@ function c1110005.tfilter2_1(c,e,tp,tc)
return lv>0 and c:IsAbleToDeck() and Duel.IsExistingMatchingCard(c1110005.tfilter2_2,tp,LOCATION_EXTRA,0,1,nil,e,tp,lv+lv2) return lv>0 and c:IsAbleToDeck() and Duel.IsExistingMatchingCard(c1110005.tfilter2_2,tp,LOCATION_EXTRA,0,1,nil,e,tp,lv+lv2)
end end
function c1110005.tfilter2_2(c,e,tp,lv) function c1110005.tfilter2_2(c,e,tp,lv)
return muxu.check_set_Urban(c) and c:GetLevel()==lv and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_SYNCHRO,tp,false,false) and c:IsType(TYPE_SYNCHRO) return muxu.check_set_Urban(c) and c:GetLevel()==lv and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_SYNCHRO,tp,false,false) and c:IsType(TYPE_SYNCHRO) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
end end
function c1110005.tg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c1110005.tg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -107,7 +107,6 @@ end ...@@ -107,7 +107,6 @@ end
-- --
function c1110005.op2(e,tp,eg,ep,ev,re,r,rp) function c1110005.op2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if Duel.GetLocationCountFromEx(tp)<1 then return end
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()~=2 then return end if g:GetCount()~=2 then return end
local lv=g:GetFirst():GetLevel()+g:GetNext():GetLevel() local lv=g:GetFirst():GetLevel()+g:GetNext():GetLevel()
......
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