Commit 07eac54d authored by Clara Grace Paulsen's avatar Clara Grace Paulsen

fix `突然回帰`

parent c6cfbc3a
Pipeline #25392 failed with stages
in 1 minute and 15 seconds
...@@ -13,7 +13,7 @@ function c88654892.initial_effect(c) ...@@ -13,7 +13,7 @@ function c88654892.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c88654892.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c88654892.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(REASON_COST,tp,c88654892.filter1,1,nil,e,tp,ft) end if chk==0 then return Duel.CheckReleaseGroup(tp,c88654892.filter1,1,nil,e,tp,ft) end
local rg=Duel.SelectReleaseGroup(tp,c88654892.filter1,1,1,nil,e,tp,ft) local rg=Duel.SelectReleaseGroup(tp,c88654892.filter1,1,1,nil,e,tp,ft)
e:SetLabel(rg:GetFirst():GetLevel()) e:SetLabel(rg:GetFirst():GetLevel())
Duel.Release(rg,REASON_COST) Duel.Release(rg,REASON_COST)
......
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