Commit c11ff287 authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1111201.lua

parent 8b7c18ce
......@@ -36,7 +36,7 @@ function c1111201.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToDeckAsCost,tp,LOCATION_HAND,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg=Duel.SelectMatchingCard(tp,Card.IsAbleToDeckAsCost,tp,LOCATION_HAND,0,1,1,nil)
Duel.SendtoDeck(sg,nil,1,REASON_COST)
Duel.SendtoDeck(sg,nil,2,REASON_COST)
end
--
function c1111201.tfilter2(c)
......
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