Commit 15e387d5 authored by mercury233's avatar mercury233 Committed by GitHub

fix 海晶乙女グレート・バブル・リーフ

parent d46031e0
......@@ -57,7 +57,7 @@ function c47910940.drop(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Draw(p,d,REASON_EFFECT)
end
function c47910940.atkfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_TOKEN)
end
function c47910940.atkcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c47910940.atkfilter,1,nil) and not eg:IsContains(e:GetHandler())
......
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