Commit f3b2a436 authored by wind2009's avatar wind2009

Fix ダブル・トリガー

parent 79cf4a78
...@@ -121,9 +121,9 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -121,9 +121,9 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
mg=mg:Filter(tc.mat_filter,tc,tp) mg=mg:Filter(tc.mat_filter,tc,tp)
end end
local lv=tc:GetLevel() local lv=tc:GetLevel()
aux.GCheckAdditional=function(sg) return sg:IsExists(Card.IsSetCard,1,nil,0x102) end aux.GCheckAdditional=aux.RitualCheckAdditional(tc,tc:GetLevel(),"Greater")
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local mat=mg:SelectSubGroup(tp,Auxiliary.RitualCheckGreater,true,1,99,tc,lv) local mat=mg:SelectSubGroup(tp,aux.RitualCheck,true,1,tc:GetLevel(),tp,tc,tc:GetLevel(),"Greater")
aux.GCheckAdditional=nil aux.GCheckAdditional=nil
if not mat then if not mat then
aux.RCheckAdditional=nil aux.RCheckAdditional=nil
......
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