Commit 20d4b4a3 authored by mercury233's avatar mercury233

minor fix イタチの大暴発

parent a559ce5f
...@@ -29,6 +29,7 @@ function c31044787.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -29,6 +29,7 @@ function c31044787.activate(e,tp,eg,ep,ev,re,r,rp)
local lp=Duel.GetLP(tp) local lp=Duel.GetLP(tp)
local diff=atk-lp local diff=atk-lp
if diff<=0 then return end if diff<=0 then return end
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_TODECK)
local sg=g:SelectWithSumGreater(1-tp,Card.GetAttack,diff) local sg=g:SelectWithSumGreater(1-tp,Card.GetAttack,diff)
Duel.SendtoDeck(sg,nil,SEQ_DECKSHUFFLE,REASON_RULE) Duel.SendtoDeck(sg,nil,SEQ_DECKSHUFFLE,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