Commit 0b57895e authored by nanahira's avatar nanahira Committed by GitHub

Merge pull request #8 from gg123gg/patch-8

Update c12001025.lua
parents 6c8943b7 76402081
...@@ -27,7 +27,7 @@ function c12001025.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -27,7 +27,7 @@ function c12001025.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end end
function c12001025.filter3(c) function c12001025.filter3(c)
return c:IsFaceup() and not c:IsSetCard(0xfb0) return c:IsFaceup() and not c:IsCode(12001025)
end end
function c12001025.distg3(e,tp,eg,ep,ev,re,r,rp,chk) function c12001025.distg3(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(c12001025.filter3,1,nil) end if chk==0 then return eg:IsExists(c12001025.filter3,1,nil) end
...@@ -55,4 +55,4 @@ function c12001025.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,4 +55,4 @@ function c12001025.disop(e,tp,eg,ep,ev,re,r,rp)
end end
function c12001025.rcon(e) function c12001025.rcon(e)
return e:GetOwner():IsHasCardTarget(e:GetHandler()) return e:GetOwner():IsHasCardTarget(e:GetHandler())
end end
\ No newline at end of file
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