Commit 32fb1900 authored by 不如归去's avatar 不如归去 Committed by GitHub

fix 軍貫処 『海せん』 (#2415)

parent 57712bd2
...@@ -77,7 +77,7 @@ function c62200831.xyzfilter(c,e,tp,mc) ...@@ -77,7 +77,7 @@ function c62200831.xyzfilter(c,e,tp,mc)
and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0 and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0
end end
function c62200831.spop(e,tp,eg,ep,ev,re,r,rp) function c62200831.spop(e,tp,eg,ep,ev,re,r,rp)
local def=math.min(e:GetLabel(),Duel.GetLP(1-tp)) local def=e:GetLabel()
if def==0 or def>Duel.GetLP(1-tp) then return end if def==0 or def>Duel.GetLP(1-tp) then return end
Duel.PayLPCost(1-tp,def) Duel.PayLPCost(1-tp,def)
if Duel.IsPlayerCanSpecialSummonCount(tp,2) if Duel.IsPlayerCanSpecialSummonCount(tp,2)
......
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