Commit a15f53f6 authored by Momobako's avatar Momobako

Auto Push by Miyuki

parent 169f7010
......@@ -174,7 +174,7 @@ end
function cm.ClariSRankFilter(c,xyzc)
return c:IsSetCard(0x570) and c:IsXyzType(TYPE_XYZ) and c:GetRank()==2
end
function c57300009.ClariSXyzValue(c)
function cm.ClariSXyzValue(c)
local v=1
if c:IsHasEffect(57300021) then v=v+0x20000 end
return v
......
......@@ -31,7 +31,7 @@ function cm.initial_effect(c)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e3:SetRange(LOCATION_MZONE)
e3:SetCondition(cm.discon)
e3:SetCost(cm.cost)
e3:SetCost(cm.cost(c))
e3:SetTarget(cm.distg)
e3:SetOperation(cm.disop)
c:RegisterEffect(e3)
......@@ -55,7 +55,7 @@ function cm.initial_effect(c)
e9:SetCode(EVENT_FREE_CHAIN)
e9:SetRange(LOCATION_MZONE)
e9:SetHintTiming(0,0x1e0)
e9:SetCost(cm.cost)
e9:SetCost(cm.cost(c))
e9:SetTarget(cm.tdtg)
e9:SetOperation(cm.tdop)
c:RegisterEffect(e9)
......
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