Commit fb5f375b authored by GuGu's avatar GuGu

Update c99999050.lua

parent 07c6a1db
Pipeline #39343 passed with stage
in 9 seconds
......@@ -32,6 +32,7 @@ function c99999050.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterFlagEffect(tp,99999050,RESET_PHASE+PHASE_END,0,1)
end
function c99999050.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
local code=tc:GetCode()
if tc:IsRelateToEffect(e) and tc:IsFaceup() and not tc:IsImmuneToEffect(e) and Duel.GetLocationCount(tp,LOCATION_MZONE)>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