Commit 16532171 authored by POLYMER's avatar POLYMER

fix

parent 04d5aed7
...@@ -116,7 +116,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -116,7 +116,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
if not tc then return end if not tc then return end
if Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 then if Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 then
Duel.ConfirmCards(1-rp,tc) Duel.ConfirmCards(1-rp,tc)
Duel.HintSelection(Group.FromCards(tc)) --Duel.HintSelection(Group.FromCards(tc))
tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,0,1) tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,0,1)
local e2=Effect.CreateEffect(e:GetHandler()) local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
......
...@@ -33,7 +33,7 @@ function c9910018.initial_effect(c) ...@@ -33,7 +33,7 @@ function c9910018.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e4:SetCode(EVENT_DESTROYED) e4:SetCode(EVENT_DESTROYED)
e4:SetCountLimit(1,9910005) e4:SetCountLimit(1,9910047)
e4:SetCondition(c9910018.thcon2) e4:SetCondition(c9910018.thcon2)
e4:SetCost(c9910018.thcost) e4:SetCost(c9910018.thcost)
e4:SetTarget(c9910018.thtg2) e4:SetTarget(c9910018.thtg2)
......
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