Commit 3491d4d7 authored by Lyris's avatar Lyris Committed by GitHub

Fix strings (#1482)

* Fix 森のメルフィーズ string

* Fix 混沌魔龍 カオス・ルーラー
parent 383a8e6b
......@@ -17,7 +17,6 @@ function c3040496.initial_effect(c)
c:RegisterEffect(e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(3040496,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
......
......@@ -16,7 +16,7 @@ function c30439101.initial_effect(c)
c:RegisterEffect(e1)
--disable
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(41232647,1))
e2:SetDescription(aux.Stringid(30439101,1))
e2:SetCategory(CATEGORY_DISABLE)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY+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