Commit a7833f97 authored by salix5's avatar salix5

revert

confirming
revert to previous version
parent 23203b76
...@@ -79,7 +79,7 @@ end ...@@ -79,7 +79,7 @@ end
function c40737112.rmop(e,tp,eg,ep,ev,re,r,rp) function c40737112.rmop(e,tp,eg,ep,ev,re,r,rp)
local bc=e:GetLabelObject() local bc=e:GetLabelObject()
if bc:IsRelateToBattle() and bc:IsAbleToRemove() then if bc:IsRelateToBattle() and bc:IsAbleToRemove() then
Duel.Destroy(bc,REASON_EFFECT+REASON_BATTLE,LOCATION_REMOVED) Duel.Remove(bc,POS_FACEUP,REASON_EFFECT+REASON_BATTLE)
end end
end end
function c40737112.recon(e) function c40737112.recon(e)
......
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