Commit a344f115 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Metalfoes Combination (#747)

* fix
* fix
* fix
* fix
parent de8b2af2
...@@ -20,6 +20,7 @@ function c69711728.initial_effect(c) ...@@ -20,6 +20,7 @@ function c69711728.initial_effect(c)
local e3=e2:Clone() local e3=e2:Clone()
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCountLimit(1)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--search --search
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
......
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