Commit 5e466571 authored by 未闻皂名's avatar 未闻皂名

2025/4/18 bug修复

parent 121a2114
Pipeline #35259 passed with stages
in 11 minutes
......@@ -19,9 +19,7 @@ RushDuel.LegendCodes = {
-- 死者苏生
{120194004, 120195004},
-- 天使的施舍
{120196049, 120195005, 120271001},
-- 贪欲之壶
{120217100, 120283020}
{120196049, 120195005, 120271001}
}
-- 初始化传说卡
......@@ -128,7 +126,7 @@ function RushDuel.EnableFakeLegend(card, location)
local e1 = Effect.CreateEffect(card)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_LEGEND_CARD)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE + EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_SET_AVAILABLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE + EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_SET_AVAILABLE + EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(location)
e1:SetValue(0)
card:RegisterEffect(e1, true)
......
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