Commit aa802a40 authored by GuGu's avatar GuGu

Update c74560023.lua 次数不再共享

parent 7514ff80
Pipeline #24295 passed with stage
in 2 minutes and 50 seconds
......@@ -35,10 +35,10 @@ function cCardno.rmcon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev) and re:GetHandler() ~= e:GetHandler()
end
function cCardno.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
local flag=Duel.GetFlagEffect(tp,Cardno)
local flag=e:GetHandler():GetFlagEffect(Cardno)
local limit=e:GetHandler():GetMaterialCount()-1
if chk==0 then return flag<limit end
Duel.RegisterFlagEffect(tp,Cardno,RESET_PHASE+PHASE_END,0,1)
e:GetHandler():RegisterFlagEffect(Cardno,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
end
function cCardno.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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