diff options
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r-- | npc/commands/motd.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |