Commit a1ff117b authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

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