Commit 35ae879a authored by GuGu's avatar GuGu

Update c31060.lua

parent 3b32d977
Pipeline #40745 passed with stage
in 4 seconds
--混乱的本源✿克劳恩皮丝 --混乱的本源✿克劳恩皮丝
function c31060.initial_effect(c) function c31060.initial_effect(c)
c:SetUniqueOnField(1,0,31060)
--synchro summon --synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x208),1) aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x208),1)
c:EnableReviveLimit() c:EnableReviveLimit()
...@@ -141,7 +142,7 @@ function c31060.ThisCardMovedToPublicResetCheck_ToSingleCard(e,tp,eg,ep,ev,re,r, ...@@ -141,7 +142,7 @@ function c31060.ThisCardMovedToPublicResetCheck_ToSingleCard(e,tp,eg,ep,ev,re,r,
end end
-- --
function c31060.magafilter(c) function c31060.magafilter(c)
return c:IsSetCard(0x275) and c:IsReason(REASON_EFFECT) return c:IsSetCard(0x275) --and c:IsReason(REASON_EFFECT)
end end
function c31060.magacon(e,tp,eg,ep,ev,re,r,rp,c) function c31060.magacon(e,tp,eg,ep,ev,re,r,rp,c)
local c=e:GetHandler() local c=e:GetHandler()
......
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