Commit da7a19a7 authored by 未闻皂名's avatar 未闻皂名

2023/11/22 bug修复

parent b0b6e070
Pipeline #24123 passed with stages
in 8 minutes and 28 seconds
......@@ -9,6 +9,7 @@ function cm.initial_effect(c)
e1:SetCategory(CATEGORY_RECOVER+CATEGORY_SPECIAL_SUMMON+CATEGORY_GRAVE_SPSUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCondition(cm.condition)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
......
......@@ -13,7 +13,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
end
--Extra Tribute
cm.trival=RD.ValueDoubleTribute(nil,RACE_FIEND)
cm.trival=RD.ValueDoubleTributeAttrRace(nil,RACE_FIEND)
function cm.confilter(c)
return c:IsFaceup() and c:IsLevelAbove(7)
end
......
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