Commit d66f798a authored by mercury233's avatar mercury233

fix

parent 64180307
...@@ -49,7 +49,7 @@ function c40080312.initial_effect(c) ...@@ -49,7 +49,7 @@ function c40080312.initial_effect(c)
e5:SetOperation(c40080312.drop) e5:SetOperation(c40080312.drop)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
c17032740.material_setcode=0x8 c40080312.material_setcode=0x8
function c40080312.splimit(e,se,sp,st) function c40080312.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA) return not e:GetHandler():IsLocation(LOCATION_EXTRA)
end end
......
...@@ -9,6 +9,7 @@ function c77075360.initial_effect(c) ...@@ -9,6 +9,7 @@ function c77075360.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,77075360) e1:SetCountLimit(1,77075360)
e1:SetCost(c77075360.spcost) e1:SetCost(c77075360.spcost)
e1:SetCondition(c77075360.spcon) e1:SetCondition(c77075360.spcon)
......
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