Commit 37c29af5 authored by dest's avatar dest

fix Kozmo Goodwitch

the e2 effect is once per turn
parent 92a13055
......@@ -19,6 +19,7 @@ function c67050396.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetCost(c67050396.poscost)
e2:SetTarget(c67050396.postg)
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