Commit 8bedea7e authored by 红白叽's avatar 红白叽 Committed by GitHub

Modify Auxiliary.EPDestroyOperation in utility.lua (#2156)

Delete the cover about the user of Destroy Effect.
parent 151c8a33
......@@ -1335,6 +1335,6 @@ end
function Auxiliary.EPDestroyOperation(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject()
if Auxiliary.GetValueType(tc)=="Card" or Auxiliary.GetValueType(tc)=="Group" then
Duel.Destroy(tc,REASON_EFFECT,LOCATION_GRAVE,tc:GetControler())
Duel.Destroy(tc,REASON_EFFECT,LOCATION_GRAVE)
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