Commit 6e3a130a authored by mercury233's avatar mercury233 Committed by DailyShana

fix 煉獄の騎士 ヴァトライムス (#503)

parent 13521a24
...@@ -17,7 +17,6 @@ function c64414267.initial_effect(c) ...@@ -17,7 +17,6 @@ function c64414267.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e2:SetCondition(c64414267.spcon1) e2:SetCondition(c64414267.spcon1)
e2:SetCost(c64414267.spcost) e2:SetCost(c64414267.spcost)
e2:SetTarget(c64414267.sptg) e2:SetTarget(c64414267.sptg)
......
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