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/c96676583.lua
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ function s.initial_effect(c)
13
13
e1:SetValue(LOCATION_REMOVED)
14
14
e1:SetTarget(s.linkfilter)
15
15
c:RegisterEffect(e1)
16
-
--Banish 1 "Maliss" card from your hand
16
+
--During your Main Phase: You can banish 1 "Maliss" card from your hand, then you can draw 2 cards
17
17
locale2=Effect.CreateEffect(c)
18
18
e2:SetDescription(aux.Stringid(id,0))
19
19
e2:SetCategory(CATEGORY_REMOVE+CATEGORY_DRAW)
@@ -23,7 +23,7 @@ function s.initial_effect(c)
23
23
e2:SetTarget(s.rmtg)
24
24
e2:SetOperation(s.rmop)
25
25
c:RegisterEffect(e2)
26
-
--Special Summon this card
26
+
--If this card is banished: You can pay 300 LP; Special Summon it, also you cannot Special Summon from the Extra Deck for the rest of this turn, except Link Monstes
27
27
locale3=Effect.CreateEffect(c)
28
28
e3:SetDescription(aux.Stringid(id,1))
29
29
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
@@ -49,7 +49,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
0 commit comments