Commit a3b41cb3 authored by dest's avatar dest

Dogoran, the Mad Flame Kaiju fix

the e3 effect is once per turn
parent 9e6ec88e
...@@ -24,6 +24,7 @@ function c93332803.initial_effect(c) ...@@ -24,6 +24,7 @@ function c93332803.initial_effect(c)
e3:SetCategory(CATEGORY_DESTROY) e3:SetCategory(CATEGORY_DESTROY)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1)
e3:SetCost(c93332803.descost) e3:SetCost(c93332803.descost)
e3:SetTarget(c93332803.destg) e3:SetTarget(c93332803.destg)
e3:SetOperation(c93332803.desop) e3:SetOperation(c93332803.desop)
......
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