Commit 27e88244 authored by REIKAI's avatar REIKAI 💬

Merge branch 'master' of git.mycard.moe:alstroemeria-silentlove/ygopro-222DIY-cards

parents 80717eae 885f160b
Pipeline #22909 passed with stages
in 28 minutes and 53 seconds
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
function c33332100.initial_effect(c) function c33332100.initial_effect(c)
--synchro summon --synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),aux.NonTuner(c33332100.mfilter),1) aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),aux.NonTuner(c33332100.mfilter),1)
c:EnableReviveLimit() c:EnableReviveLimit()
aux.EnablePendulumAttribute(c,false)
--to hand and dam --to hand and dam
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND) e1:SetCategory(CATEGORY_TOHAND)
......
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