Commit 3a688321 authored by DailyShana's avatar DailyShana

fix #1078

parent 5e8995b1
...@@ -43,7 +43,7 @@ function c37129797.initial_effect(c) ...@@ -43,7 +43,7 @@ function c37129797.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c37129797.spfilter(c,e,tp) function c37129797.spfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp) return c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE,1-tp)
end end
function c37129797.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c37129797.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(1-tp) and c37129797.spfilter(chkc,e,tp) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(1-tp) and c37129797.spfilter(chkc,e,tp) 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