Skip to content

Commit 074dc75

Browse files
committed
update c32671443.lua
1 parent a8bfa39 commit 074dc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c32671443.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
5555
return tc:IsCanBeSpecialSummoned(e,0,tp,false,false) and ft>0 end,
5656
function(c)
5757
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) end,
58-
aux.Stringid(id,0))
58+
aux.Stringid(id,2))
5959
end
6060
end
6161
function s.atkfilter1(c,tp)
@@ -76,7 +76,7 @@ end
7676
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
7777
local g=Duel.GetTargetCards(e):Filter(Card.IsFaceup,nil)
7878
if #g~=2 then return end
79-
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,2))
79+
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,3))
8080
local tg=g:Select(tp,1,1,nil)
8181
Duel.HintSelection(tg)
8282
local hc=tg:GetFirst()

0 commit comments

Comments
 (0)