Commit 4bed8e2d authored by 独孤朲's avatar 独孤朲

Merge pull request #64 from mercury233/patch-2

fix
parents 9ff7af3c 199b766a
...@@ -72,7 +72,7 @@ function c17330916.filter(c) ...@@ -72,7 +72,7 @@ function c17330916.filter(c)
return (c:IsSetCard(0x9f) or c:IsSetCard(0x99)) and c:IsType(TYPE_MONSTER) return (c:IsSetCard(0x9f) or c:IsSetCard(0x99)) and c:IsType(TYPE_MONSTER)
end end
function c17330916.lvtg(e,tp,eg,ep,ev,re,r,rp,chk) function c17330916.lvtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c17330916.filter,tp,LOCATION_HAND,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c17330916.filter,tp,LOCATION_HAND,0,2,nil) end
end end
function c17330916.afilter(c,code) function c17330916.afilter(c,code)
return c:IsCode(code) return c:IsCode(code)
......
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