Commit eac5d6dc authored by POLYMER's avatar POLYMER

fix

parent 1f8c5653
This diff is collapsed.
...@@ -37,7 +37,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.Remove(c,0,REASON_EFFECT+REASON_TEMPORARY)>0 and c:GetOriginalCode()==id then if Duel.Remove(c,0,REASON_EFFECT+REASON_TEMPORARY)>0 and c:GetOriginalCode()==id then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_STANDBY)
if Duel.GetCurrentPhase()==PHASE_STANDBY then if Duel.GetCurrentPhase()==PHASE_STANDBY then
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY,2) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY,2)
else else
......
...@@ -46,9 +46,9 @@ function c98920236.thfilter(c) ...@@ -46,9 +46,9 @@ function c98920236.thfilter(c)
return c:IsFaceup() and c:IsAbleToHand() return c:IsFaceup() and c:IsAbleToHand()
end end
function c98920236.thcost(e,tp,eg,ep,ev,re,r,rp,chk) function c98920236.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroupEx(tp,c98920236.thcfilter,1,nil,tp) end if chk==0 then return Duel.CheckReleaseGroupEx(tp,c98920236.thcfilter,1,REASON_COST,true,nil,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectReleaseGroupEx(tp,c98920236.thcfilter,1,1,nil,tp) local g=Duel.SelectReleaseGroupEx(tp,c98920236.thcfilter,1,1,REASON_COST,true,nil,tp)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c98920236.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c98920236.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
...@@ -1232,6 +1232,7 @@ ...@@ -1232,6 +1232,7 @@
!setname 0x91b 幻想时间 !setname 0x91b 幻想时间
#玄羽 #玄羽
!setname 0xdc0 圣殿英雄
!setname 0xdc1 花信 !setname 0xdc1 花信
!setname 0x3dc2 究极骑士 !setname 0x3dc2 究极骑士
!setname 0x5dc2 数码精神 !setname 0x5dc2 数码精神
......
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