Commit 0fd0c352 authored by wind2009's avatar wind2009 Committed by GitHub

Fix タイム・ディメンションホール (#2444)

parent 775e0167
...@@ -17,7 +17,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -17,7 +17,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.IsExistingMatchingCard(Card.IsSummonableCard,tp,LOCATION_DECK,0,1,nil) end and Duel.IsExistingMatchingCard(Card.IsSummonableCard,tp,LOCATION_DECK,0,1,nil) end
end end
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=1 then return false end if Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)<1 then return false end
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.ConfirmDecktop(tp,1) Duel.ConfirmDecktop(tp,1)
......
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