Commit 30538e19 authored by mercury233's avatar mercury233 Committed by GitHub

fix デストーイ・マイスター

parent 32d36e75
...@@ -112,7 +112,7 @@ function c77522571.spcost3(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -112,7 +112,7 @@ function c77522571.spcost3(e,tp,eg,ep,ev,re,r,rp,chk)
local rg=Duel.GetReleaseGroup(tp):Filter(c77522571.costfilter,nil) local rg=Duel.GetReleaseGroup(tp):Filter(c77522571.costfilter,nil)
if chk==0 then return rg:CheckSubGroup(c77522571.fgoal,2,rg:GetCount(),e,tp) end if chk==0 then return rg:CheckSubGroup(c77522571.fgoal,2,rg:GetCount(),e,tp) end
local g=rg:SelectSubGroup(tp,c77522571.fgoal,false,2,rg:GetCount(),e,tp) local g=rg:SelectSubGroup(tp,c77522571.fgoal,false,2,rg:GetCount(),e,tp)
local lv=sg:GetSum(Card.GetLevel) local lv=g:GetSum(Card.GetLevel)
e:SetLabel(lv) e:SetLabel(lv)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
......
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