Commit d46447c2 authored by 未闻皂名's avatar 未闻皂名

2025/10/11 bug修复

parent 6c25559e
Pipeline #41012 passed with stages
in 14 minutes and 13 seconds
...@@ -30,6 +30,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,6 +30,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
RD.ChangeRace(e,c,RACE_GALAXY,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.ChangeRace(e,c,RACE_GALAXY,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
if Duel.IsAbleToEnterBP() then
RD.CanSelectAndDoAction(aux.Stringid(m,1),aux.Stringid(m,2),cm.filter,tp,LOCATION_MZONE,0,2,2,nil,function(g) RD.CanSelectAndDoAction(aux.Stringid(m,1),aux.Stringid(m,2),cm.filter,tp,LOCATION_MZONE,0,2,2,nil,function(g)
Duel.BreakEffect() Duel.BreakEffect()
g:ForEach(function(tc) g:ForEach(function(tc)
...@@ -38,4 +39,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,4 +39,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.CreateLimitAttackCountEffect(e,aux.Stringid(m,4),2,tp,1,0,RESET_PHASE+PHASE_END) RD.CreateLimitAttackCountEffect(e,aux.Stringid(m,4),2,tp,1,0,RESET_PHASE+PHASE_END)
end) end)
end end
end
end end
\ No newline at end of file
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