Commit e7e54820 authored by argon.sun's avatar argon.sun

Merge remote-tracking branch 'origin/master'

parents a99c8462 5b7c8740
......@@ -16,6 +16,8 @@ function c12986807.initial_effect(c)
--Destroy replace
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_SINGLE)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_MZONE)
e2:SetCode(EFFECT_DESTROY_REPLACE)
e2:SetTarget(c12986807.desreptg)
c:RegisterEffect(e2)
......
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