summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-15 00:17:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-15 00:17:08 -0300
commitcb1d3d61c0a81c57af900d4e4449b3fe11f2a86e (patch)
tree58a11aa2d22e81fa31fc5964836b319723b4e4de /npc/commands/ucp.txt
parent3247dd7d8de40a76b6973a41102ee7047f6aa07e (diff)
downloadserverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.gz
serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.bz2
serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.xz
serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.zip
[skip ci] swap colors
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r--npc/commands/ucp.txt4
1 files 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);
}