Commit 3c9e4a84 authored by sidschingis's avatar sidschingis

fix

fixed being able to return facedown cards
parent 187b752b
......@@ -41,7 +41,7 @@ function c21698716.repoperation(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RaiseEvent(c,47408488,e,0,tp,0,0)
end
function c21698716.filter(c)
return c:IsSetCard(0x34) and c:IsAbleToDeck()
return c:IsSetCard(0x34) and c:IsAbleToDeck() and c:IsFaceup()
end
function c21698716.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and c21698716.filter(chkc) end
......
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