Commit 5797c877 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c16348125.lua

parent 65ae7074
Pipeline #32370 passed with stages
in 43 minutes and 44 seconds
......@@ -55,9 +55,9 @@ function c16348125.thfilter(c)
end
function c16348125.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE+LOCATION_GRAVE) and c16348125.thfilter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c16348125.thfilter,tp,0,LOCATION_MZONE+LOCATION_GRAVE,1,nil) end
if chk==0 then return Duel.IsExistingTarget(c16348125.thfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,LOCATION_MZONE+LOCATION_GRAVE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g=Duel.SelectTarget(tp,c16348125.thfilter,tp,0,LOCATION_MZONE+LOCATION_GRAVE,1,1,nil)
local g=Duel.SelectTarget(tp,c16348125.thfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,LOCATION_MZONE+LOCATION_GRAVE,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,0,0)
end
function c16348125.thop(e,tp,eg,ep,ev,re,r,rp)
......
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