From 73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Feb 2020 00:19:06 -0300 Subject: [skip ci] swap logic --- npc/commands/ucp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands/ucp.txt') 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); -- cgit v1.2.3-70-g09d2