Commit 78e2d6bc authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix 超接地展開 (#2284)

parent 943c7f3f
......@@ -49,7 +49,7 @@ end
function c96462121.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsControler(tp) and tc:IsFaceup()
and aux.MustMaterialCheck(tc,tp,EFFECT_MUST_BE_XMATERIAL) then
and aux.MustMaterialCheck(tc,tp,EFFECT_MUST_BE_XMATERIAL) and not tc:IsImmuneToEffect(e) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c96462121.spfilter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp,tc:GetRank()+2,tc)
local sc=g:GetFirst()
......
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