diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/motd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 363aa1d6d..9b51ecbc3 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -202,8 +202,8 @@ OnPCLoginEvent: getitem StrangeCoin, 2; dispbottom l("##2 @@ Days login bonus: ##B2x @@##b", #LOGIN_STREAK, getitemlink(StrangeCoin)); } else if (#LOGIN_STREAK == 27) { - getitem PinkieHat, 1; - dispbottom l("##2 30 Days login bonus: ##B1x @@##b", getitemlink(PinkieHat)); // TODO placeholder + getitem RightEyePatch, 1; + dispbottom l("##2 27 Days login bonus: ##B1x @@##b", getitemlink(RightEyePatch)); // TODO placeholder } else if (#LOGIN_STREAK == 21) { getitem StrangeCoin, 3; dispbottom l("##2 21 Days login bonus: ##B3x @@##b", getitemlink(StrangeCoin)); |