Commit 68a6a430 authored by nekrozar's avatar nekrozar

fix

parent 3f408196
......@@ -17,7 +17,7 @@ function c56337500.initial_effect(c)
c:RegisterEffect(e1)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(56337500,0))
e2:SetDescription(aux.Stringid(56337500,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY)
......
......@@ -6,7 +6,7 @@ function c69394324.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,36205132)
e1:SetCountLimit(1,69394324)
e1:SetTarget(c69394324.target)
e1:SetOperation(c69394324.operation)
c:RegisterEffect(e1)
......@@ -17,7 +17,7 @@ function c69394324.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_BATTLE_DESTROYING)
e2:SetCountLimit(1,36205133)
e2:SetCountLimit(1,69394325)
e2:SetCondition(aux.bdocon)
e2:SetTarget(c69394324.drtg)
e2:SetOperation(c69394324.drop)
......@@ -29,7 +29,7 @@ function c69394324.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e3:SetCode(EVENT_DESTROYED)
e3:SetCountLimit(1,36205134)
e3:SetCountLimit(1,69394326)
e3:SetCondition(c69394324.spcon)
e3:SetTarget(c69394324.sptg)
e3:SetOperation(c69394324.spop)
......
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