Commit e7399c5c authored by salix5's avatar salix5

Merge pull request #1515 from destdev/patch-6

fix Kozmo Goodwitch
parents 92a13055 37c29af5
...@@ -19,6 +19,7 @@ function c67050396.initial_effect(c) ...@@ -19,6 +19,7 @@ function c67050396.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetCost(c67050396.poscost) e2:SetCost(c67050396.poscost)
e2:SetTarget(c67050396.postg) e2:SetTarget(c67050396.postg)
e2:SetOperation(c67050396.posop) e2:SetOperation(c67050396.posop)
......
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