Commit 280d507d authored by 未闻皂名's avatar 未闻皂名

2023/8/7 bug修复

parent e349534c
Pipeline #22936 passed with stages
in 6 minutes and 26 seconds
...@@ -25,7 +25,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -25,7 +25,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.SelectAndDoAction(HINTMSG_FACEDOWN,Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,1,nil,function(g) RD.SelectAndDoAction(HINTMSG_FACEDOWN,Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,1,nil,function(g)
Duel.ConfirmCards(tp,g) Duel.ConfirmCards(tp,g)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc:IsType(TYPE_MONSTER) and RD.IsDefenseAbove(c,1500) if tc:IsType(TYPE_MONSTER) and RD.IsDefenseAbove(tc,1500)
and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
end 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