Commit 74c5b79a authored by 未闻皂名's avatar 未闻皂名

2022/2/20 bug修复

parent fbf331db
...@@ -28,7 +28,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,7 +28,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetOperatedGroup() local g=Duel.GetOperatedGroup()
if g:IsExists(cm.exfilter,1,nil) then if g:IsExists(cm.exfilter,1,nil) then
local c=e:GetHandler() local c=e:GetHandler()
local atk=g:FilterCount(cm.atkfilter)*400 local atk=g:FilterCount(cm.atkfilter,nil)*400
if c:IsFaceup() and c:IsRelateToEffect(e) and atk>0 then if c:IsFaceup() and c:IsRelateToEffect(e) and atk>0 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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