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/items/valentine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items') diff --git a/npc/items/valentine.txt b/npc/items/valentine.txt index 2bb56ab26..79a0a968b 100644 --- a/npc/items/valentine.txt +++ b/npc/items/valentine.txt @@ -14,7 +14,7 @@ function script EatValentineChocolate { getitem BoxOfChocolates, 1; } else { .@pts=1; - if (!GSET_VALENTINE_EATONE) { + if (GSET_VALENTINE_EATALL) { .@pts=(#VALENTINE_RECEIVED-#VALENTINE_OPENED); delitem BoxOfChocolates, .@pts-1; } -- cgit v1.2.3-60-g2f50