Commit 8680d01c authored by mercury233's avatar mercury233

fix 超接地展開

parent adad0c56
......@@ -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(c,tp,EFFECT_MUST_BE_XMATERIAL) then
and aux.MustMaterialCheck(tc,tp,EFFECT_MUST_BE_XMATERIAL) 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