Commit 0501fd7f authored by Khriskh's avatar Khriskh Committed by mercury233

fix Samurai Skull (#989)

parent 0abc46fd
...@@ -37,7 +37,7 @@ function c68989981.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,7 @@ function c68989981.tgop(e,tp,eg,ep,ev,re,r,rp)
end end
function c68989981.spcon(e,tp,eg,ep,ev,re,r,rp) function c68989981.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return rp~=tp and c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp return rp~=tp and c:IsReason(REASON_EFFECT) and c:IsPreviousPosition(POS_FACEUP) and not c:IsLocation(LOCATION_DECK) and c:GetPreviousControler()==tp
end end
function c68989981.spfilter(c,e,tp) function c68989981.spfilter(c,e,tp)
return c:IsRace(RACE_ZOMBIE) and c:IsLevelBelow(4) and not c:IsCode(68989981) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsRace(RACE_ZOMBIE) and c:IsLevelBelow(4) and not c:IsCode(68989981) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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