Commit f5ceb34c authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c53752002.lua

parent f86827ff
Pipeline #30689 failed with stages
in 29 minutes and 21 seconds
......@@ -422,7 +422,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
end
function s.filter(c,tp)
return c:IsType(TYPE_FIELD) and c:IsOriginalCodeRule(22702055) and c:GetActivateEffect():IsActivatable(tp,true,true)
return c:IsType(TYPE_FIELD) and c:IsCode(id+1) and c:GetActivateEffect():IsActivatable(tp,true,true)
end
function s.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,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