Commit 7ac2c091 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix VS パンテラ (#2336)

parent 2c12b47b
...@@ -19,6 +19,7 @@ function c66401502.initial_effect(c) ...@@ -19,6 +19,7 @@ function c66401502.initial_effect(c)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,66401503) e2:SetCountLimit(1,66401503)
e2:SetCost(c66401502.indescost) e2:SetCost(c66401502.indescost)
e2:SetCondition(aux.bpcon)
e2:SetTarget(c66401502.indestg) e2:SetTarget(c66401502.indestg)
e2:SetOperation(c66401502.indesop) e2:SetOperation(c66401502.indesop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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