Commit 1c6fac9d authored by Huangnan's avatar Huangnan

Update c101202077.lua

parent 380293e4
Pipeline #23073 failed with stages
in 69 minutes and 4 seconds
......@@ -51,7 +51,7 @@ function s.initial_effect(c)
c:RegisterEffect(e4)
end
function s.cfilter(c)
return c:IsSetCard(0x191)
return c:IsSetCard(0x191) and c:IsFaceup()
end
function s.effcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_ONFIELD,0,1,e:GetHandler())
......
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