Commit 08308a9a authored by wyykak's avatar wyykak

fix 14034

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 406aa2f1
Pipeline #12140 passed with stage
in 37 seconds
......@@ -37,8 +37,6 @@ function c14034.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c14034.activate(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c14034.filter3,tp,0,LOCATION_ONFIELD,nil)
Duel.Destroy(sg,REASON_EFFECT)
local og=Duel.GetOperatedGroup()
local ct=og:FilterCount(Card.IsLocation,nil,LOCATION_GRAVE)
local ct=Duel.Destroy(sg,REASON_EFFECT)
Duel.Damage(1-tp,ct*1000,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