You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: official/c99398682.lua
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
--Scripted by Eerie Code
4
4
locals,id=GetID()
5
5
functions.initial_effect(c)
6
-
--Add 1 Level 4 or lower Fiend monster from your GY to your hand
6
+
--Add 1 Level 4 or lower Fiend monster from your GY to your hand, or if you control "Red Dragon Archfiend" or a Synchro Monster that mentions it, you can add the monster from your Deck instead
7
7
locale1=Effect.CreateEffect(c)
8
8
e1:SetDescription(aux.Stringid(id,0))
9
9
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
@@ -13,7 +13,7 @@ function s.initial_effect(c)
13
13
e1:SetTarget(s.target)
14
14
e1:SetOperation(s.activate)
15
15
c:RegisterEffect(e1)
16
-
--Allow your "/Assault Mode" monster or "Red Dragon Archfiend" to make a second attack in a row
16
+
--If your "/Assault Mode" monster or "Red Dragon Archfiend" attacks, at the end of the Damage Step: You can banish this card from your GY; that monster can make a second attack in a row
0 commit comments