Commit 266a41a5 authored by a597449807's avatar a597449807 Committed by GitHub

Fix レッドローズ・ドラゴン

修复①效果应属于“场合型诱发”的问题。
(这张卡作为同调素材送去墓地的场合才能发动。)
parent 3fc6b675
......@@ -6,6 +6,7 @@ function c26118970.initial_effect(c)
e1:SetDescription(aux.Stringid(26118970,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_BE_MATERIAL)
e1:SetCountLimit(1,26118970)
e1:SetCondition(c26118970.spcon)
......
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