Commit 4eb420be authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1110005.lua

parent bc6af788
...@@ -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) 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)
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()
......
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