Commit 4375bda7 authored by Momobako's avatar Momobako

Push by Appveyor

parent 4c4ff1e1
......@@ -16,7 +16,6 @@ function c13254107.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCondition(c13254107.thcon)
e2:SetTarget(c13254107.thtg)
e2:SetOperation(c13254107.thop)
c:RegisterEffect(e2)
......
......@@ -23,7 +23,7 @@ function c13254120.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(13254120,2))
e3:SetCategory(CATEGORY_REMOVE+CATEGORY_TODECK)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetTarget(c13254120.rmtg)
......
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