Commit e38c4b57 authored by wyykak's avatar wyykak

Merge branch 'patch-6' into 'master'

Update c74563609.lua 支付血量

See merge request !11
parents c9240970 a96e67c0
Pipeline #13960 passed with stage
in 15 seconds
......@@ -43,7 +43,7 @@ function c74563609.cost1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then
local sel=0
if Duel.IsExistingMatchingCard(Card.IsAbleToRemoveAsCost,tp,LOCATION_ONFIELD+LOCATION_HAND,0,2,nil,e:GetHandler()) then sel=sel+1 end
if Duel.CheckLPCost(tp,6660) or (Duel.CheckLPCost(tp,666) and Duel.IsPlayerAffectedByEffect(tp,74563666)) then sel=sel+2 end
if Duel.CheckLPCost(tp,3666) or (Duel.CheckLPCost(tp,666) and Duel.IsPlayerAffectedByEffect(tp,74563666)) then sel=sel+2 end
e:SetLabel(sel)
return sel~=0
end
......@@ -65,7 +65,7 @@ function c74563609.cost1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if Duel.IsPlayerAffectedByEffect(tp,74563666) then
Duel.PayLPCost(tp,666)
else
Duel.PayLPCost(tp,6660)
Duel.PayLPCost(tp,3666)
end
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