Commit 3d630709 authored by Mr.Tan's avatar Mr.Tan

Fix DDD聖賢王アルフレッド

parent 38fea1f8
Pipeline #41023 failed with stages
in 1 minute and 49 seconds
...@@ -131,7 +131,7 @@ function s.tfop(e,tp,eg,ep,ev,re,r,rp) ...@@ -131,7 +131,7 @@ function s.tfop(e,tp,eg,ep,ev,re,r,rp)
for tc in aux.Next(pg) do for tc in aux.Next(pg) do
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true)
end end
local sg=g:Filter(Card.IsLocation,nil,LOCATION_GRAVE) local sg=g:Filter(Card.IsLocation,nil,LOCATION_REMOVED)
if sg:GetCount()>0 then if sg:GetCount()>0 then
Duel.SendtoGrave(sg,REASON_RULE) Duel.SendtoGrave(sg,REASON_RULE)
end 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