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

fix ネフティスの悟り手

parent a7dbe3e8
......@@ -32,7 +32,8 @@ function c52904476.initial_effect(c)
c:RegisterEffect(e3)
end
function c52904476.filter(c,e,tp)
return c:IsSetCard(0x11f) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
return c:IsSetCard(0x11f) and c:IsLevelBelow(4) and not c:IsCode(52904476)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
end
function c52904476.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c52904476.filter(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