Commit a21b7828 authored by Amiya's avatar Amiya

修复

parent 970d77ca
Pipeline #42560 passed with stages
in 3 minutes and 2 seconds
--GDロボ・オービタル
--GDロボ・オービタル7
local s,id,o=GetID()
function s.initial_effect(c)
--search
......
......@@ -29,7 +29,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and not c:IsAttack(0)
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(s.desfilter,tp,0,LOCATION_MZONE,nil)
......
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