File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ local s,id=GetID()
55function s .initial_effect (c )
66 -- Change the position of opponent's Normal or Special Summoned monster
77 local e1 = Effect .CreateEffect (c )
8+ e1 :SetDescription (aux .Stringid (id ,0 ))
89 e1 :SetCategory (CATEGORY_COIN + CATEGORY_POSITION )
910 e1 :SetType (EFFECT_TYPE_FIELD + EFFECT_TYPE_TRIGGER_O )
1011 e1 :SetProperty (EFFECT_FLAG_CARD_TARGET + EFFECT_FLAG_DELAY )
@@ -20,6 +21,7 @@ function s.initial_effect(c)
2021 c :RegisterEffect (e2 )
2122 -- Change position of a monster if it is flipped face-up or face-down
2223 local e3 = Effect .CreateEffect (c )
24+ e3 :SetDescription (aux .Stringid (id ,1 ))
2325 e3 :SetCategory (CATEGORY_POSITION )
2426 e3 :SetType (EFFECT_TYPE_FIELD + EFFECT_TYPE_TRIGGER_O )
2527 e3 :SetProperty (EFFECT_FLAG_CARD_TARGET + EFFECT_FLAG_DELAY + EFFECT_FLAG_DAMAGE_STEP ,EFFECT_FLAG2_CHECK_SIMULTANEOUS )
You can’t perform that action at this time.
0 commit comments