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

2024/7/16 bug修复

parent 003e3394
Pipeline #28431 passed with stages
in 6 minutes and 20 seconds
......@@ -28,7 +28,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local filter=function(c)
return c:IsAttackBelow(atk) and c:IsAbleToGrave()
end
RD.CanSelectAndDoAction(aux.Stringid(m,1),HINTMSG_TOGRAVE,filter,0,LOCATION_HAND,1,1,function(sg)
RD.CanSelectAndDoAction(aux.Stringid(m,1),HINTMSG_TOGRAVE,filter,tp,0,LOCATION_HAND,1,1,nil,function(sg)
if RD.SendToGraveAndExists(sg) then
Duel.Damage(1-tp,500,REASON_EFFECT)
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