Commit 78cc89fe authored by gg123gg's avatar gg123gg

Update c12026016.lua

parent 11e14b56
Pipeline #11571 passed with stages
in 34 minutes and 40 seconds
......@@ -42,6 +42,11 @@ function cm.initial_effect(c)
e4:SetOperation(cm.thop)
c:RegisterEffect(e4)
end
cm.lighting_with_Raphael=1
function cm.describe_with_Raphael(c)
local m=_G["c"..c:GetCode()]
return m and m.lighting_with_Raphael
end
function cm.chainop(e,tp,eg,ep,ev,re,r,rp)
if (re:GetHandler()==e:GetHandler() or re:GetHandler():IsCode(12026000)) and ep==tp then
Duel.SetChainLimit(cm.chainlm)
......
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