Skip to content

Commit 47c3a31

Browse files
authored
"Magical Musket Mastermind Caspar" official release script update
1 parent 1a1a265 commit 47c3a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function s.initial_effect(c)
1818
e1:SetTarget(s.spsettg)
1919
e1:SetOperation(s.spsetop)
2020
c:RegisterEffect(e1)
21-
--During either player's turn, you can activate "Magical Musket" Spell/Trap Cards from your hand.
21+
--During either player's turn, you can activate "Magical Musket" Spell/Trap Cards from your hand
2222
local e2a=Effect.CreateEffect(c)
2323
e2a:SetType(EFFECT_TYPE_FIELD)
2424
e2a:SetCode(EFFECT_QP_ACT_IN_NTPHAND)
@@ -82,4 +82,4 @@ function s.spsetop(e,tp,eg,ep,ev,re,r,rp)
8282
Duel.SSet(tp,setc,opp)
8383
end
8484
end
85-
end
85+
end

0 commit comments

Comments
 (0)