Commit 6a057677 authored by POLYMER's avatar POLYMER

fix

parent 7cb1aaf2
...@@ -29,11 +29,11 @@ function c75000861.initial_effect(c) ...@@ -29,11 +29,11 @@ function c75000861.initial_effect(c)
--synchro summon --synchro summon
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(75000861,3)) e3:SetDescription(aux.Stringid(75000861,3))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetProperty(EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetRange(LOCATION_FZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCountLimit(1,75000861) e3:SetCountLimit(1,75000861)
e3:SetCondition(c75000861.sccon) e3:SetCondition(c75000861.sccon)
e3:SetTarget(c75000861.sctg) e3:SetTarget(c75000861.sctg)
......
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