Commit 09b0d1e5 authored by GuGu's avatar GuGu

Update c66919016.lua

parent 43e37fe4
Pipeline #19722 passed with stage
in 41 seconds
...@@ -10,7 +10,7 @@ function c66919016.initial_effect(c) ...@@ -10,7 +10,7 @@ function c66919016.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c66919016.filter(c) function c66919016.filter(c)
return c:IsCode(66919015) and c:IsCanTurnSet() return c:IsCode(66919015) and c:IsCanTurnSet() and c.dfc_front_side
end end
function c66919016.target(e,tp,eg,ep,ev,re,r,rp,chk) function c66919016.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c66919016.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) end if chk==0 then return Duel.IsExistingMatchingCard(c66919016.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) 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