Commit 7ed05c43 authored by GuGu's avatar GuGu

Update c1110142.lua

parent eac39a12
Pipeline #33053 passed with stage
in 21 seconds
......@@ -39,7 +39,7 @@ function c1110142.initial_effect(c)
end
--
function c1110142.tfilter1(c,tp)
return c:IsSetCard(0x3e1f) and c:IsReleasable() and Duel.GetMZoneCount(tp,c)>0
return c:IsSetCard(0x3e1f) and c:IsReleasable() and Duel.GetMZoneCount(tp,c)>0 and c:IsFaceup()
end
function c1110142.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1110142.tfilter1(chkc,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