Commit 50a70cd5 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Nine Pillars of Yang Zing (#1922)

parent ab1380cb
...@@ -25,7 +25,7 @@ function c57831349.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -25,7 +25,7 @@ function c57831349.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
end end
function c57831349.desfilter(c) function c57831349.desfilter(c)
return c:IsFaceup() and c:IsSetCard(0x9e) return c:IsFaceup() and c:IsSetCard(0x9e) and not c:IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c57831349.activate(e,tp,eg,ep,ev,re,r,rp) function c57831349.activate(e,tp,eg,ep,ev,re,r,rp)
local ec=re:GetHandler() local ec=re:GetHandler()
......
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