Commit 8825de3b authored by Nemo Ma's avatar Nemo Ma

fix

parent 4d2f1de4
......@@ -34,7 +34,7 @@ function c29009255.dfilter(c,x)
and c:IsLevelAbove(1) and c:IsAbleToGrave() and x>=12
end
function c29009255.filter(c)
return (c:IsSetCard(0x87af) or (_G["c"..c:GetCode()] and _G["c"..c:GetCode()].named_with_Arknight))
return c:IsCode(29002021)
end
function c29009255.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -66,7 +66,7 @@ function c60001168.wxop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Duel.GetMatchingGroup(c60001168.filter,tp,LOCATION_DECK,0,nil,tp)
Duel.NegateSummon(eg)
if Duel.Destroy(eg,REASON_EFFECT)>0 and c:GetFlagEffect(60001168)>0 and c:(c:IsLocation(LOCATION_SZONE) or c:IsPreviousLocation(LOCATION_SZONE)) and #g>0 and Duel.SelectYesNo(tp,aux.Stringid(60001168,2)) then
if Duel.Destroy(eg,REASON_EFFECT)>0 and c:GetFlagEffect(60001168)>0 and (c:IsLocation(LOCATION_SZONE) or c:IsPreviousLocation(LOCATION_SZONE)) and #g>0 and Duel.SelectYesNo(tp,aux.Stringid(60001168,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELECT)
local tc=g:FilterSelect(tp,c60001168.filter,1,1,nil,tp):GetFirst()
if tc then
......
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