Commit a1ff117b authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 26edb3fe
...@@ -27,9 +27,9 @@ function c1111002.initial_effect(c) ...@@ -27,9 +27,9 @@ function c1111002.initial_effect(c)
end end
-- --
function c1111002.tfilter1_1(c,e,tp) function c1111002.tfilter1_1(c,e,tp)
return muxu.check_set_Urban(c) return muxu.check_set_Urban(c) and c:IsType(TYPE_MONSTER)
and c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and c:IsFaceup() and c:IsAbleToHand()
and Duel.IsExistingMatchingCard(c1111002.tfilter1_2,tp,LOCATION_EXTRA,0,1,nil,e,tp,tc) and Duel.IsExistingMatchingCard(c1111002.tfilter1_2,tp,LOCATION_EXTRA,0,1,nil,e,tp,c)
end end
function c1111002.tfilter1_2(c,e,tp,tc) function c1111002.tfilter1_2(c,e,tp,tc)
return muxu.check_set_Urban(c) and c:IsType(TYPE_MONSTER) return muxu.check_set_Urban(c) and c:IsType(TYPE_MONSTER)
......
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