File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function s.initial_effect(c)
66 -- Send "Sinful Spoils" cards to the GY and Special Summon 1 "Azamina" Fusion Monster
77 local e1 = Effect .CreateEffect (c )
88 e1 :SetDescription (aux .Stringid (id ,0 ))
9- e1 :SetCategory (CATEGORY_TOGRAVE + CATEGORY_SPECIAL_SUMMON )
9+ e1 :SetCategory (CATEGORY_TOGRAVE + CATEGORY_SPECIAL_SUMMON + CATEGORY_FUSION_SUMMON )
1010 e1 :SetType (EFFECT_TYPE_ACTIVATE )
1111 e1 :SetCode (EVENT_FREE_CHAIN )
1212 e1 :SetHintTiming (0 ,TIMING_MAIN_END |TIMINGS_CHECK_MONSTER )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function s.initial_effect(c)
66 -- Send "Sinful Spoils" cards to the GY and Special Summon 1 "Azamina" Fusion Monster
77 local e1 = Effect .CreateEffect (c )
88 e1 :SetDescription (aux .Stringid (id ,0 ))
9- e1 :SetCategory (CATEGORY_TODECK + CATEGORY_SPECIAL_SUMMON )
9+ e1 :SetCategory (CATEGORY_TODECK + CATEGORY_SPECIAL_SUMMON + CATEGORY_FUSION_SUMMON )
1010 e1 :SetType (EFFECT_TYPE_ACTIVATE )
1111 e1 :SetCode (EVENT_FREE_CHAIN )
1212 e1 :SetHintTiming (0 ,TIMING_MAIN_END |TIMINGS_CHECK_MONSTER_E )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function s.initial_effect(c)
66 -- Send "Sinful Spoils" cards to the GY and Special Summon 1 "Azamina" Fusion Monster
77 local e1 = Effect .CreateEffect (c )
88 e1 :SetDescription (aux .Stringid (id ,0 ))
9- e1 :SetCategory (CATEGORY_TOGRAVE + CATEGORY_SPECIAL_SUMMON )
9+ e1 :SetCategory (CATEGORY_TOGRAVE + CATEGORY_SPECIAL_SUMMON + CATEGORY_FUSION_SUMMON )
1010 e1 :SetType (EFFECT_TYPE_ACTIVATE )
1111 e1 :SetCode (EVENT_FREE_CHAIN )
1212 e1 :SetTarget (s .sptg )
You can’t perform that action at this time.
0 commit comments