Commit 396c2545 authored by mercury233's avatar mercury233 Committed by GitHub

fix 壱世壊に渦巻く反響

parent fb59c27c
...@@ -46,7 +46,7 @@ function c33878367.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,7 +46,7 @@ function c33878367.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c33878367.tgfilter(c,race,attr) function c33878367.tgfilter(c,race,attr)
return (c:IsRace(race) or c:IsAttribute(attr)) and c:IsAbleToGrave() return c:IsFaceup() and (c:IsRace(race) or c:IsAttribute(attr)) and c:IsAbleToGrave()
end end
function c33878367.thcon(e,tp,eg,ep,ev,re,r,rp) function c33878367.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsReason(REASON_EFFECT) return e:GetHandler():IsReason(REASON_EFFECT)
...@@ -66,4 +66,4 @@ function c33878367.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,4 +66,4 @@ function c33878367.thop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
end end
end end
\ No newline at end of file
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