Commit cb4c721f authored by nekrozar's avatar nekrozar Committed by nanahira

fix Digvorzhak, King of Heavy Industry (#1165)

parent 41124e7c
......@@ -33,6 +33,8 @@ function c29515122.operation(e,tp,eg,ep,ev,re,r,rp)
if ct==0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg=Duel.SelectMatchingCard(tp,aux.TRUE,tp,0,LOCATION_ONFIELD,1,ct,nil)
if dg:GetCount()==0 then return end
Duel.BreakEffect()
Duel.HintSelection(dg)
Duel.Destroy(dg,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