Commit 4a7b7310 authored by salix5's avatar salix5

Merge pull request #1516 from destdev/patch-7

Dogoran, the Mad Flame Kaiju fix
parents 9e6ec88e a3b41cb3
...@@ -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