Commit 8ae13d50 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1644)

parent 521e538b
......@@ -15,7 +15,7 @@ function c93078761.filter(c)
return c.toss_dice and c:IsAbleToHand()
end
function c93078761.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return Duel.IsExistingMatchingCard(c93078761.filter,tp,LOCATION_DECK,0,1,nil) end
end
function c93078761.activate(e,tp,eg,ep,ev,re,r,rp)
local c=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