Commit 4cb14886 authored by POLYMER's avatar POLYMER

fix

parent 60689e31
......@@ -117,7 +117,7 @@ function c116301233.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.DiscardDeck(1-tp,2,REASON_EFFECT)
elseif op==1 then
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,c116301233.tgfilter,1-tp,LOCATION_DECK,0,1,1,nil)
local g=Duel.SelectMatchingCard(1-tp,c116301233.tgfilter,1-tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_EFFECT)
c:RegisterFlagEffect(116301233,RESET_PHASE+PHASE_END,0,1)
......
......@@ -59,7 +59,7 @@ function c21692404.tddtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c21692404.tddop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if Duel.IsExistingMatchingCard(function(c) return c:IsFaceup() and c:IsAbleToDeck() and c:IsSetCard(0x555) end,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,3,nil) then
if Duel.IsExistingMatchingCard(function(c) return c:IsFaceup() and c:IsAbleToDeck() and c:IsSetCard(0x555) end,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) then
local sg=Duel.SelectMatchingCard(tp,function(c) return c:IsFaceup() and c:IsAbleToDeck() and c:IsSetCard(0x555) end,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,3,nil)
if Duel.SendtoDeck(sg,nil,2,REASON_EFFECT)~=0 then
Duel.BreakEffect()
......
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