Commit f28195be authored by tsubaki's avatar tsubaki

2.0.0 fix1

parent 363336f8
Pipeline #39068 passed with stage
in 21 seconds
......@@ -36,7 +36,7 @@ function c23507.initial_effect(c)
c:RegisterEffect(e2)
end
function c23507.matfilter(c)
return c:GetLevel()<=4 and c:IsSetCard(0x208)
return c:IsLevelBelow(4) and c:IsSetCard(0x208)
end
function c23507.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_LINK
......
--伞符『比平时多转几圈』
local s,id=GetID()
function s.initial_effect(c)
c:SetUniqueOnField(1,0,26101)
c:EnableCounterPermit(0x228b)
--Activate
local e1=Effect.CreateEffect(c)
......
......@@ -40,7 +40,7 @@ function c27059.initial_effect(c)
e6:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e6:SetRange(LOCATION_MZONE)
e6:SetTargetRange(LOCATION_SZONE,0)
e6:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x164))
e6:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x168))
c:RegisterEffect(e6)
end
function c27059.filter(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