Commit 167536d0 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12048000.lua

parent 9d99205f
......@@ -16,7 +16,7 @@ end
function HakaShiro.SPSummonop(e,tp,eg,ep,ev,re,r,rp,c)
local cc=Duel.GetFlagEffect(tp,12048004)*2
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,HakaShiro.tdfilter,tp,LOCATION_GRAVE,0,5-cc,5-cc,c)
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToDeckAsCost,tp,LOCATION_GRAVE,0,5-cc,5-cc,c)
Duel.SendtoDeck(g,nil,0,REASON_COST)
Duel.ShuffleDeck(tp)
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