Commit fbaab26d authored by POLYMER's avatar POLYMER

fix

parent 6eb3b208
......@@ -6,6 +6,7 @@ function c95101010.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND+LOCATION_GRAVE)
e1:SetCountLimit(1,95101010)
e1:SetCost(c95101010.spcost)
e1:SetTarget(c95101010.sptg)
e1:SetOperation(c95101010.spop)
......@@ -17,7 +18,7 @@ function c95101010.initial_effect(c)
e2:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,95101010)
e2:SetCountLimit(1,95101011)
e2:SetTarget(c95101010.spotg)
e2:SetOperation(c95101010.spoop)
c:RegisterEffect(e2)
......
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