Commit b9fd4d5a authored by CubeRuler's avatar CubeRuler

fix

parent b9e996b6
...@@ -15,7 +15,7 @@ function cm.con(e,c) ...@@ -15,7 +15,7 @@ function cm.con(e,c)
return Duel.IsExistingMatchingCard(cm.resfilter,tp,LOCATION_SZONE,0,1,nil) return Duel.IsExistingMatchingCard(cm.resfilter,tp,LOCATION_SZONE,0,1,nil)
end end
function cm.resfilter(c) function cm.resfilter(c)
return c:GetOriginalType()&TYPE_MONSTER ~=0 and c:IsReleasable() return c:GetOriginalType()&TYPE_MONSTER ~=0 and c:IsReleasable() and c:IsType(TYPE_TRAP)
end end
function cm.op(e,tp) function cm.op(e,tp)
rshint.Select(tp,"res") rshint.Select(tp,"res")
......
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