Commit 848dad45 authored by salix5's avatar salix5

Merge pull request #68 from nekrozar/patch-1

fix Performapal Monkeyboard
parents 4bed8e2d dc10f1bc
......@@ -72,7 +72,7 @@ function c17330916.filter(c)
return (c:IsSetCard(0x9f) or c:IsSetCard(0x99)) and c:IsType(TYPE_MONSTER)
end
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,2,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(c17330916.filter,tp,LOCATION_HAND,0,1,e:GetHandler()) end
end
function c17330916.afilter(c,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