diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-15 00:17:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-15 00:17:08 -0300 |
commit | cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e (patch) | |
tree | 58a11aa2d22e81fa31fc5964836b319723b4e4de | |
parent | 3247dd7d8de40a76b6973a41102ee7047f6aa07e (diff) | |
download | serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.gz serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.bz2 serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.tar.xz serverdata-cb1d3d61c0a81c57af900d4e4449b3fe11f2a86e.zip |
[skip ci] swap colors
-rw-r--r-- | npc/commands/ucp.txt | 4 |
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); } |