Commit 711411ba authored by Tachibana's avatar Tachibana

nmbd

parent 20e43635
......@@ -32,7 +32,7 @@ function c23000304.initial_effect(c)
e4:SetCategory(CATEGORY_TODECK)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1,230003042)
e4:SetCountLimit(1,23002304)
e4:SetCondition(c23000304.tdcon)
e4:SetTarget(c23000304.tdtg)
e4:SetOperation(c23000304.tdop)
......
......@@ -32,7 +32,8 @@ function c23000308.initial_effect(c)
e4:SetCategory(CATEGORY_TODECK)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1,230003082)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e4:SetCountLimit(1,23001308)
e4:SetCondition(c23000308.tdcon)
e4:SetTarget(c23000308.target)
e4:SetOperation(c23000308.operation)
......
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