Commit 4478b9bc authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12003008.lua

parent d0aa81b6
......@@ -63,8 +63,9 @@ function c12003008.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,g)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local tc=g:Select(tp,1,1,nil):GetFirst()
Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc)
Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ShuffleHand(1-tp)
Duel.ConfirmCards(1-tp,tc)
end
function c12003008.spfilter(c,ft)
return c:IsFaceup() and c:IsRace(RACE_SEASERPENT) and c:IsLevelAbove(8) and not c:IsCode(12003008) and c:IsAbleToHandAsCost()
......
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