Commit 850a100d authored by Amiya's avatar Amiya

修复

parent 07a1ca70
Pipeline #42095 failed with stages
in 52 seconds
......@@ -38,7 +38,7 @@ function s.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
local ct=e:GetLabel()
Duel.SetTargetPlayer(1-tp)
Duel.SetTargetParam(ct*800)
Duel.SetOperationInfo(0,CATEGORY_RECOVER,nil,0,1-tp,ct*800)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,ct*800)
end
function s.damop(e,tp,eg,ep,ev,re,r,rp)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
......
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