Commit 10db3a7c authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent abe8e40b
...@@ -62,7 +62,7 @@ function cm.target(event) ...@@ -62,7 +62,7 @@ function cm.target(event)
end end
e:SetLabel(0) e:SetLabel(0)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
if Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,1,nil) and not Duel.IsPlayerAffectedByEffect(tp,1090006) then if Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,1,nil) and (not Duel.IsPlayerAffectedByEffect(tp,1090006) or not Duel.SelectYesNo(tp,aux.Stringid(1090006,0))) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local pg=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_GRAVE,0,1,1,nil) local pg=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_GRAVE,0,1,1,nil)
Duel.SendtoDeck(pg,nil,SEQ_DECKSHUFFLE,REASON_COST) Duel.SendtoDeck(pg,nil,SEQ_DECKSHUFFLE,REASON_COST)
......
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