Commit 1a104da3 authored by GuGu's avatar GuGu

Update c86379839.lua 空ev跳红已修,存在chain对象不同的概率空发bug,原因未知

parent a1ede448
Pipeline #21702 passed with stage
in 1 minute and 9 seconds
......@@ -80,7 +80,7 @@ function c86379839.repop(e,tp,eg,ep,ev,re,r,rp)
end
--
function c86379839.cpfilter(c)
return c:IsSetCard(0x351) and c:IsAbleToDeck()
return c:IsSetCard(0x351) and c:IsAbleToDeck() and c:GetActivateEffect()
end
function c86379839.rcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToDeckAsCost() end
......@@ -125,7 +125,7 @@ function c86379839.repop2(e,tp,eg,ep,ev,re,r,rp)
local te=gc:GetActivateEffect()
e:SetProperty(te:GetProperty())
local tg=te:GetTarget()
if tg then tg(e,tp,ceg,cep,cev,cre,cr,crp,1) end
if tg then tg(e,tp,eg,ep,ev,re,r,rp,1) end
local op=te:GetOperation()
if op then op(e,tp,eg,ep,ev,re,r,rp) end
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