diff options
Diffstat (limited to 'npc/other/monster_museum.txt')
-rw-r--r-- | npc/other/monster_museum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/monster_museum.txt b/npc/other/monster_museum.txt index 4254fd055..0788289c2 100644 --- a/npc/other/monster_museum.txt +++ b/npc/other/monster_museum.txt @@ -42,7 +42,7 @@ yuno_in03,32,15,3 script Museum Guide 1_F_02,{ mes "[Cenia]"; mes "Welcome to the Monster Museum."; next; - switch(select("Monster Museum?:Tips")) { + switch(select("Monster Museum?", "Tips")) { case 1: mes "[Cenia]"; mes "The Monster Museum was founded by"; |