Commit 79235fa7 authored by HuangYuNan's avatar HuangYuNan

AIW fix

parent 96884611
No preview for this file type
......@@ -8,7 +8,7 @@ function c66612328.initial_effect(c)
c:RegisterEffect(e1)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(66612327,0))
e1:SetDescription(aux.Stringid(66612328,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
......@@ -18,7 +18,7 @@ function c66612328.initial_effect(c)
c:RegisterEffect(e1)
--recover
local e4=Effect.CreateEffect(c)
e4:SetDescription(aux.Stringid(66612327,1))
e4:SetDescription(aux.Stringid(66612328,1))
e4:SetCategory(CATEGORY_TOHAND)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_HAND)
......
......@@ -37,7 +37,7 @@ function c66619901.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_DECK+LOCATION_GRAVE) and chkc:IsControler(tp) and c66619901.filter1(chkc) end
local b1=Duel.IsExistingTarget(c66619901.filter1,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil)
local b2=Duel.IsExistingMatchingCard(c66619901.filter2,tp,LOCATION_DECK,0,1,nil) and Duel.IsExistingTarget(c66619901.cfilter,tp,LOCATION_SZONE,0,1,nil)
if chk==0 then return b1 or b2 and Duel.IsExistingMatchingCard(c66619901.filter2,tp,LOCATION_SZONE,0,1,nil) end
if chk==0 then return b1 or b2 end
local op=0
if b1 and b2 then op=Duel.SelectOption(tp,aux.Stringid(66619901,0),aux.Stringid(66619901,1))
elseif b1 then op=Duel.SelectOption(tp,aux.Stringid(66619901,0))
......
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