Commit cf14e7ab authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1111002.lua

parent 167536d0
......@@ -29,7 +29,7 @@ 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.IsExistingTarget(c1111002.tfilter1_2,tp,LOCATION_EXTRA,0,1,nil,e,tp,tc)
and Duel.IsExistingTarget(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