Commit 387aa41c authored by mercury233's avatar mercury233 Committed by GitHub

errata レアメタル・ドラゴン (#1377)

parent 4b0914e0
--レアメタル・ドラゴン
function c25236056.initial_effect(c)
--splimit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c25236056.splimit)
c:RegisterEffect(e1)
end
function c25236056.splimit(e,se,sp,st)
return se:IsHasType(EFFECT_TYPE_ACTIONS)
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