Commit 29a9a1b3 authored by salix5's avatar salix5

Merge pull request #270 from destdev/patch-3

fix Jizukiru, the Star Destroying Kaiju
parents 6a48fb99 b92ec550
...@@ -56,7 +56,7 @@ function c63941210.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,7 +56,7 @@ function c63941210.discon(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) then return false end if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) then return false end
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local tg=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS) local tg=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return tg and tg:GetCount()==1 and tg:GetFirst():IsOnField() and Duel.IsChainDisablable(ev) return tg and tg:GetCount()==1 and Duel.IsChainDisablable(ev)
end end
function c63941210.discost(e,tp,eg,ep,ev,re,r,rp,chk) function c63941210.discost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x37,3,REASON_COST) end if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x37,3,REASON_COST) 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