Commit bc439c2b authored by mercury233's avatar mercury233 Committed by GitHub

fix 超装甲兵器ロボ ブラックアイアンG

parent 0036de8b
......@@ -45,7 +45,7 @@ function c77754169.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c77754169.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
local ft=Duel.GetLocationCount(tp,LOCATION_SZONE)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if ft<g:GetCount() then return 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