Commit 89b7ef47 authored by Amiya's avatar Amiya

修复

parent ace4c63e
Pipeline #39503 passed with stages
in 2 minutes and 21 seconds
...@@ -71,6 +71,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,6 +71,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
end end
function s.cfop(e,tp,eg,ep,ev,re,r,rp,ac) function s.cfop(e,tp,eg,ep,ev,re,r,rp,ac)
local g=Duel.GetMatchingGroup(s.cfilter2,tp,LOCATION_HAND,0,nil,ac) local g=Duel.GetMatchingGroup(s.cfilter2,tp,LOCATION_HAND,0,nil,ac)
if not ac:IsLocation(LOCATION_MZONE) then return end
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
......
--漆梏の喰 ケルゼブス --漆梏の喰 ケルゼブス
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
......
--黙歯 --黙歯
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableCounterPermit(0x70) c:EnableCounterPermit(0x70)
......
...@@ -48,7 +48,6 @@ function s.initial_effect(c) ...@@ -48,7 +48,6 @@ function s.initial_effect(c)
e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e5:SetProperty(EFFECT_FLAG_DELAY) e5:SetProperty(EFFECT_FLAG_DELAY)
e5:SetCode(EVENT_TO_GRAVE) e5:SetCode(EVENT_TO_GRAVE)
e5:SetCountLimit(1,id+o)
e5:SetCondition(s.tgcon) e5:SetCondition(s.tgcon)
e5:SetTarget(s.tgtg) e5:SetTarget(s.tgtg)
e5:SetOperation(s.tgop) e5:SetOperation(s.tgop)
......
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