Commit 8765e99f authored by nanahira's avatar nanahira Committed by DailyShana

fix トリックスター・マジカローラ (#1000)

fixed missing OPT
parent f48561f1
...@@ -30,6 +30,7 @@ function c22159429.initial_effect(c) ...@@ -30,6 +30,7 @@ function c22159429.initial_effect(c)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e4:SetCode(EVENT_DAMAGE) e4:SetCode(EVENT_DAMAGE)
e4:SetRange(LOCATION_SZONE) e4:SetRange(LOCATION_SZONE)
e4:SetCountLimit(1)
e4:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e4:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e4:SetCondition(c22159429.spcon) e4:SetCondition(c22159429.spcon)
e4:SetTarget(c22159429.sptg) e4:SetTarget(c22159429.sptg)
......
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