Commit 0f24cbf7 authored by mercury233's avatar mercury233 Committed by DailyShana

fix 妖精伝姫-シンデレラ (#607)

parent 722c213b
...@@ -6,7 +6,7 @@ function c52022648.initial_effect(c) ...@@ -6,7 +6,7 @@ function c52022648.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_ONFIELD,LOCATION_ONFIELD) e1:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e1:SetTarget(c52022648.tglimit) e1:SetTarget(c52022648.tglimit)
e1:SetValue(c52022648.tgval) e1:SetValue(c52022648.tgval)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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