Commit 22334ab5 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 925cc93c
...@@ -41,7 +41,8 @@ function c67508932.initial_effect(c) ...@@ -41,7 +41,8 @@ function c67508932.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function c67508932.rmcond(e,tp,eg,ep,ev,re,r,rp) function c67508932.rmcond(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonLocation()&LOCATION_EXTRA==LOCATION_EXTRA local c=e:GetHandler()
return c:GetSummonLocation()&LOCATION_EXTRA==LOCATION_EXTRA and c:IsRelateToBattle()
end end
function c67508932.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) function c67508932.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_MZONE,1,nil) 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