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

Replace c12866775.lua

parent d93f0cba
......@@ -85,9 +85,7 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local tg=g:Filter(Card.IsRelateToEffect,nil,e)
if Duel.GetLocationCount(tp,LOCATION_SZONE)>=tg:GetCount() then
local tc=tg:GetFirst()
if tc:IsRelateToEffect(e) and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and
aux.NecroValleyFilter()(tc) then
while tc do
while tc do
Duel.Equip(tp,tc,c,false,true)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......@@ -105,7 +103,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
tc=tg:GetNext()
end
Duel.EquipComplete()
end
end
end
function s.eqlimit(e,c)
......
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