From 3c2d87b26565e1a381f03661ad4d59d5811a2ac3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 23 Mar 2018 14:45:36 -0300 Subject: Login reward: PinkieHat → RightEyePatch (blame Saulc for not adding item) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/commands/motd.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands/motd.txt') 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)); -- cgit v1.2.3-60-g2f50