diff options
Diffstat (limited to 'npc/other/hugel_bingo.txt')
-rw-r--r-- | npc/other/hugel_bingo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 4713698cd..50a9374f6 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -905,7 +905,7 @@ que_bingo,54,17,5 script Arcade Owner 4_M_05,{ mes "bingo? If you have any"; mes "questions, feel free to ask."; next; - switch(select("Rules for Bingo:Bingo Room:Marvelous Medals")) { + switch(select("Rules for Bingo", "Bingo Room", "Marvelous Medals")) { case 1: mes "[Arcade Owner]"; mes "The rules for playing bingo"; |