Skip to content

Commit 9b16401

Browse files
committed
updated Black Volcano Dragon
1 parent 58a7ca9 commit 9b16401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160214041.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function s.initial_effect(c)
77
local e1=aux.AddNormalSummonProcedure(c,true,true,1,1,SUMMON_TYPE_TRIBUTE,aux.Stringid(id,0),s.cfilter)
88
--Special Summon 1 Dragon monster from your hand
99
local e1=Effect.CreateEffect(c)
10-
e1:SetDescription(aux.Stringid(id,0))
10+
e1:SetDescription(aux.Stringid(id,1))
1111
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DRAW)
1212
e1:SetType(EFFECT_TYPE_IGNITION)
1313
e1:SetRange(LOCATION_MZONE)
@@ -36,7 +36,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3636
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
3737
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
3838
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
39-
if Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)>0 and g:GetFirst():GetOriginalLevel()==9 and Duel.IsPlayerCanDraw(tp,1) and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
39+
if Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)>0 and g:GetFirst():GetOriginalLevel()==9 and Duel.IsPlayerCanDraw(tp,1) and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
4040
Duel.BreakEffect()
4141
Duel.Draw(tp,1,REASON_EFFECT)
4242
end

0 commit comments

Comments
 (0)