Commit 6182c1f7 authored by GuGu's avatar GuGu

Update c25304.lua 连锁3效果发动ntr效果导致伤害转移的bug

parent 6b2b17b6
Pipeline #21677 passed with stage
in 1 minute and 2 seconds
......@@ -53,8 +53,11 @@ function c25304.spop(e,tp,eg,ep,ev,re,r,rp)
end
function c25304.settg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
Duel.SetTargetPlayer(tp)
Duel.SetTargetParam(1000)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,0,0,tp,1000)
end
function c25304.setop2(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(tp,1000,REASON_EFFECT)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Damage(p,d,REASON_EFFECT)
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