Commit 1d82cfc3 authored by 未闻皂名's avatar 未闻皂名

2025/12/2 bug修复

parent ff407478
Pipeline #41805 passed with stages
in 9 minutes and 49 seconds
No preview for this file type
No preview for this file type
...@@ -38,6 +38,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,6 +38,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local atk=Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)*600 local atk=Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)*600
RD.AttachAtkDef(e,c,atk,0,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.AttachAtkDef(e,c,atk,0,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
end end
RD.CreateHintEffect(e,aux.Stringid(m,1),tp,1,0,RESET_PHASE+PHASE_END) RD.CreateHintEffect(e,aux.Stringid(m,2),tp,1,0,RESET_PHASE+PHASE_END)
RD.CreateOnlyThisAttackEffect(e,20235019,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END) RD.CreateOnlyThisAttackEffect(e,20235019,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
end end
\ No newline at end of file
...@@ -17,7 +17,7 @@ function cm.initial_effect(c) ...@@ -17,7 +17,7 @@ function cm.initial_effect(c)
end end
--Special Summon Procedure --Special Summon Procedure
function cm.spconfilter(c,tp) function cm.spconfilter(c,tp)
return c:IsFaceup() and c:IsRace(RACE_DRAGON) and c:IsAbleToDeckAsCost() return c:IsFaceup() and c:IsRace(RACE_DRAGON) and c:IsAbleToDeckOrExtraAsCost()
and Duel.GetMZoneCount(tp,c)>0 and Duel.GetMZoneCount(tp,c)>0
end end
function cm.spcon(e,c) function cm.spcon(e,c)
......
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