From cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Feb 2020 00:17:08 -0300 Subject: [skip ci] swap colors --- npc/commands/ucp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index f96a919ee..8464a7e4b 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -179,9 +179,9 @@ function script UserCtrlPanel { // GSET_VALENTINE_EATONE // Eat all Chocolate Boxes from Valentine Day event if (GSET_VALENTINE_EATONE) - mes l("[Valentine] Eat all chocolate: ") + col(l("Not allowed"), 1); + mes l("[Valentine] Eat all chocolate: ") + col(l("Not allowed"), 2); else - mes l("[Valentine] Eat all chocolate: ") + col(l("Allowed"), 2); + mes l("[Valentine] Eat all chocolate: ") + col(l("Allowed"), 1); } -- cgit v1.2.3-60-g2f50