Commit c1bcba22 authored by GuGu's avatar GuGu

Update c21061.lua

parent 10782759
...@@ -26,7 +26,6 @@ function c21061.initial_effect(c) ...@@ -26,7 +26,6 @@ function c21061.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c21061.tg(e,tp,eg,ep,ev,re,r,rp,chk) function c21061.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and chkc:IsFaceup() end
if chk==0 then return true end if chk==0 then return true end
local g=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil) local g=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil)
if g:GetCount()>0 then if g:GetCount()>0 then
......
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