Commit 0c89e985 authored by nekrozar's avatar nekrozar

fix Commander Covington

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=6307

■発動する際に、コストとして、自分のモンスターゾーンに表側表示で存在するモンスターの中から、「マシンナーズ・ソルジャー」1体、「マシンナーズ・スナイパー」1体、「マシンナーズ・ディフェンダー」1体、合計3体のモンスターを墓地へ送ります。
parent 4b94624e
......@@ -30,7 +30,7 @@ function c22666164.spcost_selector(c,tp,g,sg,i)
return flag
end
function c22666164.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(c22666164.spcostfilter,tp,LOCATION_ONFIELD,0,nil)
local g=Duel.GetMatchingGroup(c22666164.spcostfilter,tp,LOCATION_MZONE,0,nil)
local sg=Group.CreateGroup()
if chk==0 then return g:IsExists(c22666164.spcost_selector,1,nil,tp,g,sg,1) end
for i=1,3 do
......
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