File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function s.initial_effect(c)
2929 e3 :SetType (EFFECT_TYPE_QUICK_O )
3030 e3 :SetCode (EVENT_FREE_CHAIN )
3131 e3 :SetHintTiming (0 ,TIMINGS_CHECK_MONSTER_E )
32- e3 :SetCondition (s .descon2 )
32+ e3 :SetCondition (s .quickeffcond )
3333 c :RegisterEffect (e3 ,false ,REGISTER_FLAG_DETACH_XMAT )
3434 -- Attach 1 "Super Quantum" monster from your hand or field to this card
3535 local e4 = Effect .CreateEffect (c )
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ function s.initial_effect(c)
3838 e4 :SetType (EFFECT_TYPE_IGNITION )
3939 e4 :SetRange (LOCATION_MZONE )
4040 e4 :SetCountLimit (1 )
41- e4 :SetTarget (s .mttg )
42- e4 :SetOperation (s .mtop )
41+ e4 :SetTarget (s .attachtg )
42+ e4 :SetOperation (s .attachop )
4343 c :RegisterEffect (e4 )
4444end
4545s .listed_series = {SET_SUPER_QUANTUM }
You can’t perform that action at this time.
0 commit comments