Commit fcdeac23 authored by a597449807's avatar a597449807 Committed by GitHub

fix トラミッド・スフィンクス (#2195)

修复未正规出场的三形金字塔的斯芬克斯被除外的场合下能被科技属长柄刀爆破炮手特殊召唤的问题
parent 1add2d08
...@@ -68,6 +68,7 @@ function c68406755.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,6 +68,7 @@ function c68406755.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
c:SetStatus(STATUS_PROC_COMPLETE,true)
end end
function c68406755.cfilter(c) function c68406755.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0xe2) return c:IsFaceup() and c:IsSetCard(0xe2)
......
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