Commit ddc339af authored by Nemo Ma's avatar Nemo Ma

fix TYPE_SPSUMMON related things.

parent 2607f0a1
--动物朋友 PPP×动物饼干
function c33700062.initial_effect(c)
c:EnableUnsummonable()
--special summon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......
--动物朋友 槌蛇
function c33700074.initial_effect(c)
--c:EnableUnsummonable()
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
......
......@@ -5,7 +5,6 @@ if not RSTFVal then
RSTFVal=RSTFVal or {}
tfrsv=RSTFVal
function tfrsv.SSLimitEffect(c)
c:EnableUnsummonable()
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......
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