Commit 936e2d9d authored by mercury233's avatar mercury233 Committed by DailyShana

fix Noble Knight Drystan (#787)

parent e8545aa1
...@@ -16,6 +16,7 @@ function c53550467.initial_effect(c) ...@@ -16,6 +16,7 @@ function c53550467.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetTargetRange(LOCATION_MZONE,0) e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetCondition(c53550467.con)
e2:SetTarget(c53550467.tglimit) e2:SetTarget(c53550467.tglimit)
e2:SetValue(aux.tgoval) e2:SetValue(aux.tgoval)
c:RegisterEffect(e2) 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