Commit ea9ebe19 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 147946ff
...@@ -61,7 +61,7 @@ function c87871125.thfilter1(c) ...@@ -61,7 +61,7 @@ function c87871125.thfilter1(c)
end end
function c87871125.thtg1(e,tp,eg,ep,ev,re,r,rp,chk) function c87871125.thtg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c87871125.thfilter1,tp,LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c87871125.thfilter1,tp,LOCATION_GRAVE,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_GRAVE)
end end
function c87871125.thop1(e,tp,eg,ep,ev,re,r,rp) function c87871125.thop1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
......
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