summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r--npc/commands/ucp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt
index 8464a7e4b..23e920655 100644
--- a/npc/commands/ucp.txt
+++ b/npc/commands/ucp.txt
@@ -178,7 +178,7 @@ function script UserCtrlPanel {
if ($EVENT$ == "Valentine") {
// GSET_VALENTINE_EATONE
// Eat all Chocolate Boxes from Valentine Day event
- if (GSET_VALENTINE_EATONE)
+ if (!GSET_VALENTINE_EATALL)
mes l("[Valentine] Eat all chocolate: ") + col(l("Not allowed"), 2);
else
mes l("[Valentine] Eat all chocolate: ") + col(l("Allowed"), 1);