Commit 885f160b authored by CubeRuler's avatar CubeRuler

Update c33332100.lua

parent a350992d
Pipeline #22843 passed with stages
in 31 minutes and 58 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