Commit 05cce2f6 authored by 独孤朲's avatar 独孤朲

Merge pull request #79 from mercury233/patch-1

fix
parents 3b78becd 5347489d
...@@ -28,7 +28,7 @@ function c15495787.sumcon(e) ...@@ -28,7 +28,7 @@ function c15495787.sumcon(e)
return Duel.IsExistingMatchingCard(c15495787.sfilter,e:GetHandlerPlayer(),LOCATION_GRAVE,0,1,nil) return Duel.IsExistingMatchingCard(c15495787.sfilter,e:GetHandlerPlayer(),LOCATION_GRAVE,0,1,nil)
end end
function c15495787.spcon(e,tp,eg,ep,ev,re,r,rp) function c15495787.spcon(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and c15495787.sumcon(e) return ep==tp and not c15495787.sumcon(e)
end end
function c15495787.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c15495787.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if Duel.IsExistingMatchingCard(c15495787.sfilter,tp,LOCATION_GRAVE,0,1,nil) then return false end if Duel.IsExistingMatchingCard(c15495787.sfilter,tp,LOCATION_GRAVE,0,1,nil) then return false 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