Commit eac39a12 authored by GuGu's avatar GuGu

Update c1110141.lua

parent 4ff12a48
Pipeline #33052 passed with stage
in 37 seconds
...@@ -39,7 +39,7 @@ function c1110141.initial_effect(c) ...@@ -39,7 +39,7 @@ function c1110141.initial_effect(c)
end end
-- --
function c1110141.tfilter1(c,tp) function c1110141.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 end
function c1110141.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c1110141.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1110141.tfilter1(chkc,e,tp) end if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1110141.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