Commit 8e60ca62 authored by DailyShana's avatar DailyShana

Merge pull request #439 from mercury233/patch-3

fix Beatrice, Lady of the Eternal
parents 862a167b 1e947e80
...@@ -55,7 +55,7 @@ function c27552504.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function c27552504.tgop(e,tp,eg,ep,ev,re,r,rp)
end end
function c27552504.spcon(e,tp,eg,ep,ev,re,r,rp) function c27552504.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:GetPreviousControler()==tp and rp~=tp and c:IsReason(REASON_DESTROY) return c:GetPreviousControler()==tp and rp==1-tp and c:IsReason(REASON_DESTROY)
end end
function c27552504.spfilter(c,e,tp) function c27552504.spfilter(c,e,tp)
return c:IsSetCard(0xb1) and c:IsCanBeSpecialSummoned(e,0,tp,true,false) return c:IsSetCard(0xb1) and c:IsCanBeSpecialSummoned(e,0,tp,true,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