Commit 08d2f169 authored by POLYMER's avatar POLYMER

fix

parent 1fa5d011
......@@ -32,7 +32,7 @@ function c12856080.initial_effect(c)
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_IMMUNE_EFFECT)
e4:SetRange(LOCATION_FZONE)
e4:SetRange(LOCATION_MZONE)
e4:SetTargetRange(LOCATION_MZONE,0)
e4:SetCondition(c12856080.immcon)
e4:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x3a7d))
......
......@@ -20,6 +20,7 @@ function c28316347.initial_effect(c)
e2:SetCountLimit(1,28316347)
e2:SetCost(c28316347.cost)
--e2:SetTarget(c28316347.rectg)
e2:SetTarget(aux.TRUE)
e2:SetOperation(c28316347.recop)
e2:SetLabel(2)
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