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

fix Gishki Nekromirror

parent d46299ab
...@@ -25,7 +25,7 @@ function c36982581.rfilter2(c,e,tp) ...@@ -25,7 +25,7 @@ function c36982581.rfilter2(c,e,tp)
return bit.band(c:GetType(),0x81)==0x81 and c:IsSetCard(0x3a) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) return bit.band(c:GetType(),0x81)==0x81 and c:IsSetCard(0x3a) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true)
end end
function c36982581.cfilter(c,e,tp) function c36982581.cfilter(c,e,tp)
return c:IsFaceup() and not c:IsImmuneToEffect(e) and c:IsControler(tp) return c:IsFaceup() and not c:IsImmuneToEffect(e) and c:IsReleasableByEffect() and c:IsControler(tp)
end end
function c36982581.target(e,tp,eg,ep,ev,re,r,rp,chk) function c36982581.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
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