Commit f93a3802 authored by mercury233's avatar mercury233

fix

parent 7ab883d9
......@@ -11,7 +11,7 @@ function c50554729.initial_effect(c)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e2:SetTarget(c50554729.filter)
e2:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0xe0))
e2:SetValue(c50554729.value)
c:RegisterEffect(e2)
local e3=e2:Clone()
......@@ -33,7 +33,7 @@ function c50554729.initial_effect(c)
e5:SetCode(EVENT_DESTROYED)
c:RegisterEffect(e5)
end
function c50554729.filter(e,c)
function c50554729.filter(c)
return c:IsSetCard(0xe0) and c:IsFaceup()
end
function c50554729.value(e,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