Commit ad3d05d5 authored by salix5's avatar salix5

Merge pull request #1505 from Steeldarkeagel/patch-55

Update c87602890.lua
parents 5e3236a6 5ae1a511
...@@ -62,7 +62,7 @@ function c87602890.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function c87602890.operation(e,tp,eg,ep,ev,re,r,rp)
local att=0 local att=0
if tc:IsFaceup() then att=tc:GetAttribute() end if tc:IsFaceup() then att=tc:GetAttribute() end
if Duel.Destroy(tc,REASON_EFFECT)==0 or bit.band(att,ATTRIBUTE_LIGHT)==0 then return end if Duel.Destroy(tc,REASON_EFFECT)==0 or bit.band(att,ATTRIBUTE_LIGHT)==0 then return end
local lv=tc:GetLevel() local lv=tc:GetOriginalLevel()
if tc:IsType(TYPE_XYZ) then if tc:IsType(TYPE_XYZ) then
lv=tc:GetRank() lv=tc:GetRank()
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