Commit 01e5871b authored by Amiya's avatar Amiya

修复

parent 17f2311e
Pipeline #26898 passed with stages
in 1 minute and 2 seconds
...@@ -34,7 +34,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -34,7 +34,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.eqfilter),tp,LOCATION_HAND+LOCATION_GRAVE,0,1,1,nil,c,tp) local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.eqfilter),tp,LOCATION_HAND+LOCATION_GRAVE,0,1,1,nil,c,tp)
local sc=g:GetFirst() local sc=g:GetFirst()
if not sc then return end if not sc then return end
local res=sc:IsLocation(LOCATION_DECK)
if not Duel.Equip(tp,sc,c) then return end if not Duel.Equip(tp,sc,c) then return end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -34,7 +34,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -34,7 +34,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,s.eqfilter,tp,LOCATION_REMOVED,0,1,1,nil,c,tp) local g=Duel.SelectMatchingCard(tp,s.eqfilter,tp,LOCATION_REMOVED,0,1,1,nil,c,tp)
local sc=g:GetFirst() local sc=g:GetFirst()
if not sc then return end if not sc then return end
local res=sc:IsLocation(LOCATION_DECK)
if not Duel.Equip(tp,sc,c) then return end if not Duel.Equip(tp,sc,c) then return end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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