Commit c34a5a53 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12847700.lua

parent eb29f147
...@@ -35,7 +35,7 @@ function s.initial_effect(c) ...@@ -35,7 +35,7 @@ function s.initial_effect(c)
e3:SetCategory(CATEGORY_ATKCHANGE) e3:SetCategory(CATEGORY_ATKCHANGE)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(id+1) e3:SetCountLimit(1,id+1)
e3:SetCost(s.cost) e3:SetCost(s.cost)
e3:SetTarget(s.tg) e3:SetTarget(s.tg)
e3:SetOperation(s.op) e3:SetOperation(s.op)
......
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