Commit a720febd authored by Lyris's avatar Lyris Committed by GitHub

Fix "Breaking of the World" (#1400)

parent e54799db
...@@ -7,7 +7,7 @@ function c69217334.initial_effect(c) ...@@ -7,7 +7,7 @@ function c69217334.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--change level --change level
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(69217334,0)) e2:SetDescription(aux.Stringid(69217334,2))
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_FZONE) e2:SetRange(LOCATION_FZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
......
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