Commit 7aa70bfc authored by TheOnePharaoh's avatar TheOnePharaoh Committed by GitHub

fix ライトロード・ドミニオン キュリオス string (#1396)

parent d39d0bc9
......@@ -17,7 +17,7 @@ function c98095162.initial_effect(c)
c:RegisterEffect(e1)
--discard deck
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(98095162,2))
e2:SetDescription(aux.Stringid(98095162,1))
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e2:SetCategory(CATEGORY_DECKDES)
e2:SetRange(LOCATION_MZONE)
......@@ -29,7 +29,7 @@ function c98095162.initial_effect(c)
c:RegisterEffect(e2)
--to hand
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(98095162,0))
e3:SetDescription(aux.Stringid(98095162,2))
e3:SetCategory(CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_LEAVE_FIELD)
......
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