Commit 25b132f1 authored by 未闻皂名's avatar 未闻皂名

2023/7/12 bug修复

parent d25b1d33
Pipeline #22655 passed with stages
in 6 minutes and 55 seconds
......@@ -34,11 +34,11 @@ end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
local ct=Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)
if chk==0 then return ct>0 end
RD.TargetDamage(1-tp,ct*400)
RD.TargetDamage(1-tp,ct*300)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local ct=Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)
if RD.Damage(nil,ct*400)~=0 and ev>0 then
if RD.Damage(nil,ct*300)~=0 and ev>0 then
RD.SendOpponentHandToGrave(tp,aux.Stringid(m,1),1,1)
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