Commit 6db45bcc authored by Tachibana's avatar Tachibana

tnndx

parent 82ac3912
Pipeline #2675 passed with stages
in 24 minutes and 44 seconds
......@@ -12,7 +12,7 @@ function c33400116.initial_effect(c)
c:RegisterEffect(e1)
end
function c33400116.filter(c)
return (c:IsSetCard(0x341) or c:IsSetCard(0x340)) and c:IsAbleToDeck()
return (c:IsSetCard(0x341) or c:IsSetCard(0x340)) and c:IsFaceup() and c:IsAbleToDeck()
end
function c33400116.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED+LOCATION_GRAVE) and chkc:IsControler(tp) and c33400116.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