diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/slots.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index 8e2d9ff7c..353bb068e 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -48,7 +48,7 @@ L_Menu: L_Info: mes ""; mes col("Prizes:", 9); - mes col("777: @@ and 10 coins.", 9, getitemlink(Monocle)); + mes l("##9 777: @@ and 10 coins.", getitemlink(Monocle)); mes col("Three equal: 5 coins.", 9); mes col("Two equal: 1 coin.", 9); next; |