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

2026/3/9 bug修复

parent 6ba81e0a
Pipeline #43614 passed with stages
in 8 minutes and 19 seconds
......@@ -14,7 +14,7 @@ end
function cm.costfilter(c)
return c:IsAbleToDeckOrExtraAsCost()
end
cm.cost=RD.CostSendOnFieldToDeckBottom(cm.costfilter,1,1,true)
cm.cost=RD.CostSendMatchToDeckSort(cm.costfilter,LOCATION_ONFIELD,1,1,true,SEQ_DECKBOTTOM,true,true)
--Destroy
function cm.filter(c)
return c:IsFaceup() and c:IsRace(RACE_CELESTIALWARRIOR)
......
......@@ -24,7 +24,7 @@ function cm.target1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsAbleToEnterBP() and RD.IsCanAttachDirectAttack(e:GetHandler()) end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then
RD.AttachDirectAttack(e,c,aux.Stringid(m,4),RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_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