Commit 9db6e5e1 authored by GuGu's avatar GuGu

Update c15025.lua

parent cb6d7a06
Pipeline #32938 passed with stage
in 12 seconds
...@@ -76,7 +76,7 @@ function c15025.drcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function c15025.drcon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,0x41)==0x41 return bit.band(r,0x41)==0x41
end end
function c15025.filter(c) function c15025.filter(c)
return c:IsSetCard(0x150) and c:IsAbleToHand() return c:IsSetCard(0x150) and c:IsAbleToHand() and c:IsFaceup()
end end
function c15025.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c15025.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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