Commit 9218f9c3 authored by Amiya's avatar Amiya

修复

parent 749e74c0
Pipeline #41179 passed with stages
in 3 minutes and 29 seconds
No preview for this file type
......@@ -60,7 +60,7 @@ function s.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function s.chop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToChain() and c:IsFaceup() then
if c:IsRelateToChain() then
local og=c:GetOverlayGroup()
if og:GetCount()==0 then return end
Duel.SendtoGrave(og,REASON_EFFECT)
......@@ -71,7 +71,7 @@ function s.chop(e,tp,eg,ep,ev,re,r,rp)
end
function s.repop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToHand,tp,0,LOCATION_GRAVE,1,1,nil)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(Card.IsAbleToHand),tp,0,LOCATION_GRAVE,1,1,nil)
if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
......
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