Commit a5158d97 authored by JoyJ's avatar JoyJ

fix

parent f50389b9
......@@ -51,7 +51,7 @@ function c20059999.initial_effect(c)
--match kill
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetRange(LOCATION_MZONE,0)
e5:SetRange(LOCATION_MZONE,LOCATION_MZONE)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e5:SetCode(EFFECT_MATCH_KILL)
c:RegisterEffect(e5)
......
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