Commit 98f35da2 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026024.lua

parent f50393f7
...@@ -6,9 +6,9 @@ function c12026024.initial_effect(c) ...@@ -6,9 +6,9 @@ function c12026024.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1,m+100) e3:SetCountLimit(1,12026024+100)
e3:SetTarget(cm.thtg) e3:SetTarget(c12026024.thtg)
e3:SetOperation(cm.thop) e3:SetOperation(c12026024.thop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--special summon --special summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
...@@ -101,4 +101,4 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -101,4 +101,4 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
if c:IsFaceup() then if c:IsFaceup() then
c:CopyEffect(tc:GetOriginalCode(),RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,1) c:CopyEffect(tc:GetOriginalCode(),RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,1)
end end
end end
\ No newline at end of file
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