Commit 3586ba41 authored by VanillaSalt's avatar VanillaSalt

fix

parent 39a063d6
...@@ -30,7 +30,7 @@ function c29951323.initial_effect(c) ...@@ -30,7 +30,7 @@ function c29951323.initial_effect(c)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD) e4:SetType(EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_LEFT_SPSUMMON_COUNT) e4:SetCode(EFFECT_LEFT_SPSUMMON_COUNT)
e4:SetRange(LOCATION_SZONE) e4:SetRange(LOCATION_MZONE)
e4:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e4:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e4:SetTargetRange(1,0) e4:SetTargetRange(1,0)
e4:SetCondition(c29951323.countcon1) e4:SetCondition(c29951323.countcon1)
......
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