Commit fd9a314b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12031011.lua

parent 1c9d726e
...@@ -71,9 +71,9 @@ function c12031011.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,9 +71,9 @@ function c12031011.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local ct=Duel.SelectMatchingCard(tp,c12031011.thfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,LOCATION_GRAVE+LOCATION_REMOVED,1,1,nil) local ct=Duel.SelectMatchingCard(tp,c12031011.thfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,LOCATION_GRAVE+LOCATION_REMOVED,1,1,nil)
Duel.SendtoHand(ct,tp,REASON_EFFECT) Duel.SendtoHand(ct,tp,REASON_EFFECT)
if c:IsCode()==12031000 and Duel.IsExistingMatchingCard(c12031011.thfilter1,tp,LOCATION_DECK,0,1,nil) then if c:IsCode(12031000) and Duel.IsExistingMatchingCard(c12031011.thfilter1,tp,LOCATION_DECK,0,1,nil) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local ct=Duel.SelectMatchingCard(tp,c12031011.thfilter1,tp,LOCATION_DECK,0,1,1,nil) local ct=Duel.SelectMatchingCard(tp,c12031011.thfilter1,tp,LOCATION_DECK,0,1,1,nil)
Duel.SendtoHand(ct,tp,REASON_EFFECT) Duel.SendtoHand(ct,tp,REASON_EFFECT)
end end
end end
\ No newline at end of file
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