diff options
Diffstat (limited to 'npc/commands/ucp.txt')
-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); } |