diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:53:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:53:14 -0300 |
commit | fb426716413b09a2aa25161c08adb85399eecddf (patch) | |
tree | 5ed56885fea071d11b2f06aebb1ac1fbbe182374 /npc | |
parent | 5032bbbf574cdfaf20503245ccd038ef030d6315 (diff) | |
download | serverdata-fb426716413b09a2aa25161c08adb85399eecddf.tar.gz serverdata-fb426716413b09a2aa25161c08adb85399eecddf.tar.bz2 serverdata-fb426716413b09a2aa25161c08adb85399eecddf.tar.xz serverdata-fb426716413b09a2aa25161c08adb85399eecddf.zip |
Force 777 prize to work
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; |