Commit b7b146d3 authored by mercury233's avatar mercury233

fix

parent 763e62ed
...@@ -22,6 +22,7 @@ function c56256517.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -22,6 +22,7 @@ function c56256517.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetDecktopGroup(tp,ct) local g=Duel.GetDecktopGroup(tp,ct)
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)
if g:IsExists(aux.NOT(aux.FilterBoolFunction(Card.IsLocation,LOCATION_REMOVED)),1,nil) then return end
g:KeepAlive() g:KeepAlive()
local c=e:GetHandler() local c=e:GetHandler()
c:SetTurnCounter(0) c:SetTurnCounter(0)
......
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