Commit fe0d4791 authored by Amiya's avatar Amiya

修复

parent b423f5cc
......@@ -98,7 +98,7 @@ function s.spcon(e,c)
and Duel.IsExistingMatchingCard(s.cfilter,c:GetControler(),0,LOCATION_ONFIELD+LOCATION_GRAVE,1,nil)
end
function s.spop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.PayLPCost(tp,math.floor(Duel.GetLP(tp)/2))
Duel.PayLPCost(c:GetOwner(),math.floor(Duel.GetLP(c:GetOwner())/2))
end
function s.fuslimit(e,c,sumtype)
return sumtype==SUMMON_TYPE_FUSION
......
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