From c001e944d6fca7fb2953cc48d28eef000030be84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 10 Aug 2018 16:13:00 -0300 Subject: tl;dr --- npc/commands/motd.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 4177358f9..d6ebf061b 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -199,7 +199,8 @@ OnPCLoginEvent: // Handle rewards: Streaks first, daily later. Streak reward prevail over daily reward. if (#LOGIN_STREAK > 27) { getitem StrangeCoin, 2; - dispbottom l("##2 @@ Days login bonus: ##B2x @@##b", #LOGIN_STREAK, getitemlink(StrangeCoin)); + getitem CasinoCoins, 1; + dispbottom l("##2 @@ Days login bonus: ##B2x @@, 1x @@##b", #LOGIN_STREAK, getitemlink(StrangeCoin), getitemlink(CasinoCoins)); } else if (#LOGIN_STREAK == 27) { #LOGIN_ALLTIME+=1; // Your prize is based on season -- cgit v1.2.3-60-g2f50