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/c29479265.lua
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ function s.initial_effect(c)
6
6
--link summon
7
7
Link.AddProcedure(c,nil,2,4,s.lcheck)
8
8
c:EnableReviveLimit()
9
-
--destroy
9
+
--If a card(s) on the field is destroyed by card effect, except by "Unchained Abomination" (except during the Damage Step): You can target 1 card on the field; destroy it
10
10
locale1=Effect.CreateEffect(c)
11
11
e1:SetDescription(aux.Stringid(id,0))
12
12
e1:SetCategory(CATEGORY_DESTROY)
@@ -19,16 +19,16 @@ function s.initial_effect(c)
19
19
e1:SetTarget(s.destg)
20
20
e1:SetOperation(s.desop)
21
21
c:RegisterEffect(e1)
22
-
--destroy!
22
+
--When another monster is destroyed by battle: You can target 1 card on the field; destroy it
0 commit comments