Commit dac2b926 authored by wyykak's avatar wyykak

fix append

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 1b93ec31
Pipeline #25907 passed with stage
in 18 seconds
......@@ -50,7 +50,7 @@ function c19500013.thfilter1(c)
return c:IsSetCard(0x186) and c:IsAbleToHand()
end
function c19500013.thtg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c19500013.thfilter1(chkc) end
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c19500013.thfilter1(chkc) and chkc~=e:GetHandler() end
if chk==0 then return Duel.GetFlagEffect(tp,19500013)==0 and Duel.IsExistingTarget(c19500013.thfilter1,tp,LOCATION_MZONE,0,1,e:GetHandler()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectTarget(tp,c19500013.thfilter1,tp,LOCATION_MZONE,0,1,1,nil)
......
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