Skip to content

Commit d8d034e

Browse files
committed
Update constant name
Update the name of the constant used by Musical Sumo Dice Games to match the card's TCG name
1 parent 2a95e65 commit d8d034e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constant.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,6 @@ WIN_REASON_ZERO_GATE = 0x53
990990
WIN_REASON_DEUCE = 0x54
991991
WIN_REASON_DECK_MASTER = 0x56
992992
WIN_REASON_DRAW_OF_FATE = 0x57
993-
WIN_REASON_SEKITORI = 0x58
993+
WIN_REASON_MUSICAL_SUMO = 0x58
994994
Duel.LoadScript("card_counter_constants.lua")
995995
Duel.LoadScript("archetype_setcode_constants.lua")

official/c96637156.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ function s.mvop(e,tp,eg,ep,ev,re,r,rp)
5959
end
6060

6161
if switch and Duel.GetControl(c,1-tp,0,0,1<<nseq) or Duel.MoveSequence(c,seq) then
62-
if win then Duel.Win(tp,WIN_REASON_SEKITORI) end
62+
if win then Duel.Win(tp,WIN_REASON_MUSICAL_SUMO) end
6363
else return s.cannot_move(c) end
6464
end

0 commit comments

Comments
 (0)